Supported Transifex languages in Makefile (#641)
* feat: added new translations in Makefile and updated all the translations * refactor: updated i18n index file to fix language errors
This commit is contained in:
committed by
GitHub
parent
547d55a31f
commit
c858966035
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
export TRANSIFEX_RESOURCE = frontend-app-account
|
||||
transifex_resource = frontend-app-account
|
||||
transifex_langs = "ar,fr,es_419,zh_CN"
|
||||
transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fr_CA"
|
||||
|
||||
transifex_utils = ./node_modules/.bin/transifex-utils.js
|
||||
i18n = ./src/i18n
|
||||
|
||||
Reference in New Issue
Block a user