1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-25 07:51:12 +02:00

add missing lingui config file

This commit is contained in:
Kushagra Gour
2018-11-03 12:55:28 +05:30
parent a6681c8943
commit 601d3a7515

8
.linguirc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compileNamespace": "es6",
"localeDir": "src/locales/",
"srcPathDirs": ["src/components"],
"format": "po",
"fallbackLocale": "en",
"sourceLocale": "en"
}