Skip to content

Commit

Permalink
Merge pull request #272 from bcc-code/feature/delete-untranslated-lan…
Browse files Browse the repository at this point in the history
…guages

delete untranslated languages
  • Loading branch information
SimonSimCity authored Jan 23, 2024
2 parents f2bc2b3 + dba47c7 commit 4565c16
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 189 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.

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: 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 4565c16

Please sign in to comment.