Skip to content

Commit

Permalink
removed unused locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb committed Sep 10, 2021
1 parent 982e8c8 commit 2e7a9a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
41 changes: 0 additions & 41 deletions src/components/Prompt.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/locale/de.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "de",
"test": {
"greeting": "hallo"
},
"errors": {
"removeQuickTask": "Konnte Schnelltask nicht löschen",
"addQuickTask": "Konnte Schnelltask nicht hinzufügen",
Expand Down Expand Up @@ -72,9 +69,5 @@
"emailAlreadyInUse": "Email bereits verwendet",
"noAccountYet": "Noch keinen Account?",
"accountInfo": "Es braucht keinen Account, um SEMERU nutzen zu können. Mit einem Account kann man jedoch den Timer und die Aufgaben über mehrere Geräte verknüpfen."
},
"prompt": {
"ok": "Ok",
"cancel": "Abbrechen"
}
}
7 changes: 0 additions & 7 deletions src/locale/en2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "en",
"test": {
"greeting": "hi"
},
"errors": {
"removeQuickTask": "Failed to remove quick task",
"addQuickTask": "Failed to add quick task",
Expand Down Expand Up @@ -72,9 +69,5 @@
"emailAlreadyInUse": "Email already in use",
"noAccountYet": "Don't have an account?",
"accountInfo": "You don't need an account to use SEMERU. But using an account will let you sync your timer and tasks across multiple different devices."
},
"prompt": {
"ok": "Ok",
"cancel": "Cancel"
}
}

0 comments on commit 2e7a9a6

Please # to comment.