fix: remove unused code, change Turkish name

This commit is contained in:
alexsparkes
2022-08-15 15:41:46 +01:00
parent 18a8c714ad
commit 74c186ea08
8 changed files with 16 additions and 138 deletions

View File

@@ -70,18 +70,6 @@ export function values(type) {
{ value: 200, label: '2x' },
{ value: 400, label: '4x' },
],
pomodoroWork: [
{ value: 5, label: '5m' },
{ value: 25, label: '25m' },
{ value: 45, label: '45m' },
{ value: 60, label: '60m' },
],
pomodoroBreak: [
{ value: 1, label: '1s' },
{ value: 5, label: '5m' },
{ value: 25, label: '25m' },
{ value: 45, label: '45m' },
],
toast: [
{ value: 500, label: '0.5s' },
{ value: 1000, label: '1s' },

View File

@@ -36,7 +36,7 @@
"value": "zh_CN"
},
{
"name": "Turkish",
"name": "Türkçe",
"value": "tr_TR"
}
]