diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-12 21:06:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-12 21:06:00 +0100 |
| commit | 020d50e63542c815d368d72c92b9a2cd33dbb1f9 (patch) | |
| tree | da9d84795cc5586a56ffb6ec191a27d17234d7d5 /platform | |
| parent | 4ad19b270980c66c7a2e1ec7719d19e66cceed35 (diff) | |
New ru_RU translation from Igor Voytovich.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 7221349f8..b4f5402dd 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -140,7 +140,7 @@ cp $ROOT/32/src/dcpomatic2/icons/keys.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic2/LiberationSans-Regular.ttf "$WORK/$resources" # i18n: DCP-o-matic .mo files -for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL; do +for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU; do mkdir -p "$WORK/$resources/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic2/build/src/lib/mo/$lang/*.mo "$WORK/$resources/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic2/build/src/wx/mo/$lang/*.mo "$WORK/$resources/$lang/LC_MESSAGES" diff --git a/platform/windows/wscript b/platform/windows/wscript index efe250e10..7d64df288 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -191,6 +191,11 @@ File "%binaries%/src/lib/mo/nl_NL/libdcpomatic2.mo" File "%binaries%/src/wx/mo/nl_NL/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/nl_NL/dcpomatic2.mo" File "%static_deps%/share/locale/nl/LC_MESSAGES/wxstd.mo" +SetOutPath "$INSTDIR\\locale\\ru\\LC_MESSAGES" +File "%binaries%/src/lib/mo/ru_RU/libdcpomatic2.mo" +File "%binaries%/src/wx/mo/ru_RU/libdcpomatic2-wx.mo" +File "%binaries%/src/tools/mo/ru_RU/dcpomatic2.mo" +File "%static_deps%/share/locale/ru/LC_MESSAGES/wxstd.mo" SetOutPath "$INSTDIR" File "%resources%/../../LiberationSans-Regular.ttf" |
