diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-30 10:03:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-30 10:03:20 +0100 |
| commit | 213671140702761bfe1ec3101f455c6cb9a49e82 (patch) | |
| tree | 84629584410e356dec0b3510cce6c468794d1f19 /platform | |
| parent | 0242efb9802d7bcbde0701a7267972d4dbe5abb8 (diff) | |
Add empty da_DK translation.
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 9cf376ec9..5e408814a 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -141,7 +141,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 ru_RU pl_PL; do +for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK; 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 d6111b0bb..63541cab9 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -202,6 +202,11 @@ File "%binaries%/src/lib/mo/pl_PL/libdcpomatic2.mo" File "%binaries%/src/wx/mo/pl_PL/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/pl_PL/dcpomatic2.mo" File "%static_deps%/share/locale/pl/LC_MESSAGES/wxstd.mo" +SetOutPath "$INSTDIR\\locale\\da\\LC_MESSAGES" +File "%binaries%/src/lib/mo/da_DK/libdcpomatic2.mo" +File "%binaries%/src/wx/mo/da_DK/libdcpomatic2-wx.mo" +File "%binaries%/src/tools/mo/da_DK/dcpomatic2.mo" +File "%static_deps%/share/locale/da/LC_MESSAGES/wxstd.mo" SetOutPath "$INSTDIR" File "%resources%/../../LiberationSans-Regular.ttf" |
