diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-26 21:05:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-26 21:16:17 +0200 |
| commit | bc4ab3bf40f7f58f50ad9e10222c0e3c17d47e45 (patch) | |
| tree | 518f12ae3d92f35b53dcffb6fd2dc44d9c27a058 /platform | |
| parent | df94adbf7373374aa1b01bfe5414c61e60ea5e26 (diff) | |
Template hu_HU translation.
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 2fbaac571..3ae60143f 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -269,7 +269,7 @@ function copy_resources { cp -r $prefix/share/libdcp/ratings "$dest" # 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 zh_CN tr_TR sl_SI; 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 tr_TR sl_SI hu_HU; do mkdir -p "$dest/$lang/LC_MESSAGES" cp $prefix/src/dcpomatic/build/src/lib/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" cp $prefix/src/dcpomatic/build/src/wx/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" diff --git a/platform/windows/wscript b/platform/windows/wscript index 0de137676..84291b3ca 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -295,6 +295,10 @@ SetOutPath "$INSTDIR\\locale\\sl_si\\LC_MESSAGES" File "%binaries%/src/lib/mo/sl_SI/libdcpomatic2.mo" File "%binaries%/src/wx/mo/sl_SI/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/sl_SI/dcpomatic2.mo" +SetOutPath "$INSTDIR\\locale\\hu_hu\\LC_MESSAGES" +File "%binaries%/src/lib/mo/hu_HU/libdcpomatic2.mo" +File "%binaries%/src/wx/mo/hu_HU/libdcpomatic2-wx.mo" +File "%binaries%/src/tools/mo/hu_HU/dcpomatic2.mo" SetOutPath "$INSTDIR" File "%resources%/../../fonts/LiberationSans-Regular.ttf" |
