summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-27 10:39:39 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-27 10:39:39 +0000
commitd5804f33fbd01d104ed2b04400992ef32b81cf49 (patch)
tree7cf8555e6dd214f8e612186dcc25b7b645f8b64f /platform
parent630d019c3a143cdeedcfbb04e585bf2d90f8273e (diff)
Beginnings of tr_TR translation from Gökhan Aksoy.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
-rw-r--r--platform/windows/wscript4
2 files changed, 5 insertions, 1 deletions
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"