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

Commit

Permalink
Merge branch 'flyer05-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 14, 2017
2 parents 2712657 + 3d4421c commit b4eed11
Show file tree
Hide file tree
Showing 8 changed files with 1,125 additions and 6 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -13,3 +13,4 @@ Braian Bressan
Jin Zhanbing
Enes Yalcin
Serefhan Yeter
Pavol Vrba
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 nl_BE ru_RU tr_TR; 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 sk_SK tr_TR; 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 nl_BE ru_RU tr_TR; 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 sk_SK tr_TR; 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 nl_BE ru_RU tr_TR; 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 sk_SK tr_TR; 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 nl_BE ru_RU tr_TR; 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 sk_SK tr_TR; 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 added module/Application/language/sk_SK.mo
Binary file not shown.

0 comments on commit b4eed11

Please sign in to comment.