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

Commit

Permalink
Turkish localization
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 2, 2017
1 parent 96a9d77 commit 2712657
Show file tree
Hide file tree
Showing 12 changed files with 1,462 additions and 12 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -11,3 +11,5 @@ Elena Storz
Alessandro Rigopoulos
Braian Bressan
Jin Zhanbing
Enes Yalcin
Serefhan Yeter
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; 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 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; 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 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; 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 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; 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 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/tr_TR.mo
Binary file not shown.

0 comments on commit 2712657

Please sign in to comment.