🐛 Fixed localization actions in Makefile

This commit is contained in:
Maxim Lebedev 2017-12-28 16:45:25 +05:00
parent ce269401de
commit 8d78126d2a
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ fmt:
# Build localization files with separated untranslated strings
translation:
goi18n merge -format yaml -sourceLanguage en-us -outdir ./i18n/ ./i18n/*
goi18n merge -format yaml -sourceLanguage en -outdir ./i18n/ ./i18n/*/*
# Build localization files and merge untranslated strings
localization:
make translation
goi18n -format yaml -sourceLanguage en-us -outdir ./i18n/ ./i18n/*.all.yaml \
goi18n -format yaml -sourceLanguage en -outdir ./i18n/ ./i18n/*.all.yaml \
./i18n/*.untranslated.yaml