Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
🐛 Fixed localization actions in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
toby3d committed Dec 28, 2017
1 parent ce26940 commit 8d78126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d78126

Please sign in to comment.