Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Localization adjustments and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 1, 2017
1 parent 6e521cc commit 17bb9dc
Show file tree
Hide file tree
Showing 34 changed files with 4,419 additions and 4,042 deletions.
4 changes: 2 additions & 2 deletions module/Application/language/Makefile.am
Expand Up @@ -10,8 +10,8 @@ update-po: $(PO)

update-all: webui.pot
@(echo 'Updating all *.po files ...';)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT ru_RU; do msgmerge --backup=none -U $$i.po $< && touch $$i.po; done;)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT nl_BE ru_RU; do msgmerge --backup=none -U $$i.po $< && touch $$i.po; done;)

msgfmt-all: webui.pot
@(echo 'Generating all *.mo files ...';)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT ru_RU; do msgfmt $$i.po --output-file=$$i.mo; done;)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT nl_BE ru_RU; do msgfmt $$i.po --output-file=$$i.mo; done;)
4 changes: 2 additions & 2 deletions module/Application/language/Makefile.in
Expand Up @@ -376,11 +376,11 @@ update-po: $(PO)

update-all: webui.pot
@(echo 'Updating all *.po files ...';)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT ru_RU; do msgmerge --backup=none -U $$i.po $< && touch $$i.po; done;)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT nl_BE ru_RU; do msgmerge --backup=none -U $$i.po $< && touch $$i.po; done;)

msgfmt-all: webui.pot
@(echo 'Generating all *.mo files ...';)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT ru_RU; do msgfmt $$i.po --output-file=$$i.mo; done;)
@(for i in cn_CN de_DE en_EN es_ES fr_FR it_IT nl_BE ru_RU; do msgfmt $$i.po --output-file=$$i.mo; done;)

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Expand Down
Binary file modified module/Application/language/de_DE.mo
Binary file not shown.

0 comments on commit 17bb9dc

Please sign in to comment.