Skip to content

Commit

Permalink
Merge branch 'main' into feature/back-button
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper authored Jan 25, 2024
2 parents d4c994e + a54c318 commit 0bbbf2a
Show file tree
Hide file tree
Showing 26 changed files with 21 additions and 195 deletions.
1 change: 1 addition & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
files:
- source: /locales/en.json
translation: /locales/%two_letters_code%.json
skip_untranslated_files: true
42 changes: 0 additions & 42 deletions i18n.config.ts
Original file line number Diff line number Diff line change
@@ -1,56 +1,14 @@
import af from "./locales/af.json";
import bg from "./locales/bg.json";
import cs from "./locales/cs.json";
import da from "./locales/da.json";
import de from "./locales/de.json";
import el from "./locales/el.json";
import en from "./locales/en.json";
import es from "./locales/es.json";
import et from "./locales/et.json";
import fi from "./locales/fi.json";
import fr from "./locales/fr.json";
import he from "./locales/he.json";
import hr from "./locales/hr.json";
import hu from "./locales/hu.json";
import it from "./locales/it.json";
import nb from "./locales/nb.json";
import nl from "./locales/nl.json";
import pl from "./locales/pl.json";
import pt from "./locales/pt.json";
import ro from "./locales/ro.json";
import ru from "./locales/ru.json";
import sl from "./locales/sl.json";
import tr from "./locales/tr.json";
import uk from "./locales/uk.json";
import zh from "./locales/zh.json";

export default defineI18nConfig(() => ({
legacy: false,
messages: {
af,
bg,
cs,
da,
de,
el,
en,
es,
et,
fi,
fr,
he,
hr,
hu,
it,
nb,
nl,
pl,
pt,
ro,
ru,
sl,
tr,
uk,
zh,
},
}));
7 changes: 0 additions & 7 deletions locales/af.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/bg.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/cs.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/da.json

This file was deleted.

12 changes: 6 additions & 6 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"title": "Profil",
"autoplay": "Automatische Wiedergabe",
"theme": "Thema",
"theme-description": "Select the theme used for the interface.",
"theme-description": "Wähle das für die Benutzeroberfläche verwendete \"Thema\" aus.",
"app-language": "Sprache",
"interface-language": "Interface Language",
"interface-language-description": "The language used for the interface.",
"select-language": "Select language",
"interface-language": "Sprache der Benutzeroberfläche",
"interface-language-description": "Sprache der Benutzeroberfläche",
"select-language": "Sprache auswählen",
"content-language": "Sprache für Audioinhalte",
"content-language-description": "The preferred language for the content you are listening to.",
"content-language-description": "Die bevorzugte Sprache für den Inhalt, den du anhörst.",
"uservoice": "User Voice",
"contact": "Kontakt",
"logout": "Ausloggen",
"theme-dark": "Dunkel",
"theme-light": "Hell",
"theme-system": "Same as system",
"theme-system": "Gleich wie System",
"done": "Fertig"
},
"error": {
Expand Down
7 changes: 0 additions & 7 deletions locales/el.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/es.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/et.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/fi.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/fr.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/he.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/hr.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/hu.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/it.json

This file was deleted.

7 changes: 7 additions & 0 deletions locales/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@
"download": "Last ned",
"queue": "Legg til i køen",
"options": "Show options"
},
"details": {
"duration": "Duration:",
"publish-date": "Publish Date:",
"album": "Album:",
"publisher": "Publisher:",
"copyright": "Copyright:"
}
},
"home": {
Expand Down
7 changes: 7 additions & 0 deletions locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@
"download": "Download",
"queue": "Toevoegen aan wachtrij",
"options": "Toon opties"
},
"details": {
"duration": "Afspeelduur:",
"publish-date": "Publicatiedatum:",
"album": "Album:",
"publisher": "Uitgever:",
"copyright": "Copyright:"
}
},
"home": {
Expand Down
7 changes: 0 additions & 7 deletions locales/pl.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/pt.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/ro.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/ru.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/sl.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/tr.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/uk.json

This file was deleted.

7 changes: 0 additions & 7 deletions locales/zh.json

This file was deleted.

0 comments on commit 0bbbf2a

Please sign in to comment.