Skip to content

Commit

Permalink
remove deleted languages from config
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Jan 23, 2024
1 parent 624b800 commit dba47c7
Showing 1 changed file with 0 additions and 42 deletions.
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,
},
}));

0 comments on commit dba47c7

Please sign in to comment.