Project

General

Profile

« Previous | Next » 

Revision 4abdf62c

Added by Lukas Zapletal over 10 years ago

fixes #4178 - updating i18n extracting rake task and makefile

(cherry picked from commit ab5c02365e8cb9ac66e72c6ba2d9c2a90350bd9f)

View differences:

locale/Makefile
done
tx-pull:
tx pull -f -r foreman.foreman
tx pull -f
-git commit -a -m "i18n - extracting new, updating rails, pulling from tx"
update-rails:
../script/update-rails-locales.sh
-[ -x ../script/update-rails-locales.sh ] && ../script/update-rails-locales.sh
extract-strings:
bundle exec rake locale:find
bundle exec rake locale:find DOMAIN=$(DOMAIN) SKIP_MODEL=1
tx-update: update-rails tx-pull extract-strings
# merging po files is unnecessary when using transifex.com (amend that)

Also available in: Unified diff