-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove deleted languages from config
- Loading branch information
Showing
1 changed file
with
0 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}, | ||
})); |