diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-06 11:06:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-06 11:06:22 +0000 |
| commit | de752b7e2917563469414871f7fd1a064db01822 (patch) | |
| tree | a68c0515e0a4e518c28c440a9b5b9bc345ee6f3a /platform | |
| parent | 4d863308ded1dc0b72ff7816d5b63474e87c5bdd (diff) | |
New sk_SK translation from Tomáš Hlaváč.
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 4dd84a813..e9c5b88fb 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -195,7 +195,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; 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; 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 b056c9ef6..a14022856 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -215,6 +215,10 @@ SetOutPath "$INSTDIR\\locale\\pt\\LC_MESSAGES" File "%binaries%/src/lib/mo/pt_PT/libdcpomatic2.mo" File "%binaries%/src/wx/mo/pt_PT/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/pt_PT/dcpomatic2.mo" +SetOutPath "$INSTDIR\\locale\\sk\\LC_MESSAGES" +File "%binaries%/src/lib/mo/sk_SK/libdcpomatic2.mo" +File "%binaries%/src/wx/mo/sk_SK/libdcpomatic2-wx.mo" +File "%binaries%/src/tools/mo/sk_SK/dcpomatic2.mo" SetOutPath "$INSTDIR" File "%resources%/../../fonts/LiberationSans-Regular.ttf" |
