Add support for i18n using lingui

This commit is contained in:
mabashian
2018-12-10 10:16:52 -05:00
parent e736cfab36
commit 356ad06d74
95 changed files with 3307 additions and 646 deletions

5
.linguirc Normal file
View File

@@ -0,0 +1,5 @@
{
"localeDir": "src/locales/",
"srcPathDirs": ["src/"],
"format": "po"
}