diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-21 15:58:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-21 15:58:26 +0000 |
| commit | b716ceff66aa4c1c4a116f74a9783dca2e18a570 (patch) | |
| tree | fe194efa53fcbf9d827993505eb49aa0b620beb1 /platform | |
| parent | f3825cd8cb8f0721af63c40bb42dd5da2d3b2cdd (diff) | |
Fix translation name for simplified Chinese.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 37e9c23bf..5ebce17e1 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -196,7 +196,7 @@ cp $ROOT/32/src/dcpomatic/graphics/splash.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic/graphics/dcpomatic2_server_small.png "$WORK/$resources" # 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 cn_CN; 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; do mkdir -p "$WORK/$resources/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic/build/src/lib/mo/$lang/*.mo "$WORK/$resources/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic/build/src/wx/mo/$lang/*.mo "$WORK/$resources/$lang/LC_MESSAGES" diff --git a/platform/windows/wscript b/platform/windows/wscript index 6f845702c..54d53eff5 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -230,10 +230,10 @@ SetOutPath "$INSTDIR\\locale\\uk\\LC_MESSAGES" File "%binaries%/src/lib/mo/uk_UA/libdcpomatic2.mo" File "%binaries%/src/wx/mo/uk_UA/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/uk_UA/dcpomatic2.mo" -SetOutPath "$INSTDIR\\locale\\cn\\LC_MESSAGES" -File "%binaries%/src/lib/mo/cn_CN/libdcpomatic2.mo" -File "%binaries%/src/wx/mo/cn_CN/libdcpomatic2-wx.mo" -File "%binaries%/src/tools/mo/cn_CN/dcpomatic2.mo" +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" File "%resources%/../../fonts/LiberationSans-Regular.ttf" |
