diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-02 11:01:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-02 11:01:02 +0000 |
| commit | 16c8509e3de45e6d899c782c335540a368b0fad1 (patch) | |
| tree | 1ff3dd3a27d8de4f3a1ea4a7885c1950640b1d87 /platform | |
| parent | b67c16d5a917f300526693b356160495f0943d80 (diff) | |
New uk_UA translation from Igor Voytovich.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index e6393e16d..a60bd5987 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 sk_SK cs_CZ; do +for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT sk_SK cs_CZ uk_UA; 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 e2c284f1f..e97011291 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -222,6 +222,10 @@ File "%binaries%/src/lib/mo/cs_CZ/libdcpomatic2.mo" File "%binaries%/src/wx/mo/cs_CZ/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/cs_CZ/dcpomatic2.mo" File "%static_deps%/share/locale/cs/LC_MESSAGES/wxstd.mo" +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" File "%resources%/../../fonts/LiberationSans-Regular.ttf" |
