From 8d78126d2aaced51578c7980327ce032b333e440 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Thu, 28 Dec 2017 16:45:25 +0500 Subject: [PATCH] :bug: Fixed localization actions in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd2abed..a507ec5 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file