From d5804f33fbd01d104ed2b04400992ef32b81cf49 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 27 Mar 2019 10:39:39 +0000 Subject: Beginnings of tr_TR translation from Gökhan Aksoy. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/osx/make_dmg.sh | 2 +- platform/windows/wscript | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 85c434ed8..f2f8e9051 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -137,7 +137,7 @@ function copy_resources { cp $ROOT/32/src/dcpomatic/graphics/sequence.png "$dest" # i18n: DCP-o-matic .mo files - for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN fi_FI; do + for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN fi_FI tr_TR; do mkdir -p "$dest/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic/build/src/lib/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic/build/src/wx/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" diff --git a/platform/windows/wscript b/platform/windows/wscript index c08f2bf1e..e4bb3b8a4 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -285,6 +285,10 @@ SetOutPath "$INSTDIR\\locale\\zh_cn\\LC_MESSAGES" File "%binaries%/src/lib/mo/zh_CN/libdcpomatic2.mo" File "%binaries%/src/wx/mo/zh_CN/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/zh_CN/dcpomatic2.mo" +SetOutPath "$INSTDIR\\locale\\tr_tr\\LC_MESSAGES" +File "%binaries%/src/lib/mo/tr_tr/libdcpomatic2.mo" +File "%binaries%/src/wx/mo/tr_tr/libdcpomatic2-wx.mo" +File "%binaries%/src/tools/mo/tr_tr/dcpomatic2.mo" SetOutPath "$INSTDIR" File "%resources%/../../fonts/LiberationSans-Regular.ttf" -- cgit v1.2.3