Importing the langs is now done in the lingui config

This commit is contained in:
Christian M. Adams
2021-04-20 16:34:23 -04:00
parent b729377a2c
commit 40be9607ee
2 changed files with 1 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
"compilerBabelOptions": {},
"fallbackLocales": { default: "en"},
"format": "po",
"locales": ["en","es","fr","nl","zh","ja", "zu"],
"locales": ["en","es","fr","nl","zh","ja","zu"],
"orderBy": "messageId",
"pseudoLocale": "zu",
"rootDir": "./src",