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

Commit

Permalink
Merge pull request #1 from flyer05/slovak_localization
Browse files Browse the repository at this point in the history
Slovak localization
  • Loading branch information
flyer05 committed Feb 8, 2017
2 parents 563277f + 2b9b7dc commit 3d4421c
Show file tree
Hide file tree
Showing 7 changed files with 1,124 additions and 6 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 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 3d4421c

Please sign in to comment.