diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-30 20:08:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-30 20:08:18 +0100 |
| commit | 8522a6a809f98b0325cb4016b078dab2d5649138 (patch) | |
| tree | b92a078455419a48664cac50bcb901703081cfa8 /platform | |
| parent | 9fd6adf4b675f8203d3a5c1d5536db7b61ff5d1a (diff) | |
nl_NL translation from Theo Kooijmans
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/linux/dcpomatic.spec.in | 3 | ||||
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 4 |
3 files changed, 8 insertions, 1 deletions
diff --git a/platform/linux/dcpomatic.spec.in b/platform/linux/dcpomatic.spec.in index b2005c471..46a0d1ce4 100644 --- a/platform/linux/dcpomatic.spec.in +++ b/platform/linux/dcpomatic.spec.in @@ -44,6 +44,9 @@ digital projectors. %{_datadir}/locale/sv_SE/LC_MESSAGES/dcpomatic.mo %{_datadir}/locale/sv_SE/LC_MESSAGES/libdcpomatic-wx.mo %{_datadir}/locale/sv_SE/LC_MESSAGES/libdcpomatic.mo +%{_datadir}/locale/nl_NL/LC_MESSAGES/dcpomatic.mo +%{_datadir}/locale/nl_NL/LC_MESSAGES/libdcpomatic-wx.mo +%{_datadir}/locale/nl_NL/LC_MESSAGES/libdcpomatic.mo %prep rm -rf $RPM_BUILD_DIR/dcpomatic-@version@ diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 3664ceba9..52a6a7101 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -109,7 +109,7 @@ cp icons/servers.png $WORK/$resources cp icons/tms.png $WORK/$resources # i18n: .mo files -for lang in de_DE es_ES fr_FR it_IT sv_SE; do +for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL; do mkdir $WORK/$resources/$lang cp build/src/lib/mo/$lang/*.mo $WORK/$resources/$lang cp build/src/wx/mo/$lang/*.mo $WORK/$resources/$lang diff --git a/platform/windows/wscript b/platform/windows/wscript index 7efa7d0ca..7fc317e47 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -147,6 +147,10 @@ SetOutPath "$INSTDIR\\locale\\de\\LC_MESSAGES" File "%binaries%/src/lib/mo/de_DE/libdcpomatic.mo" File "%binaries%/src/wx/mo/de_DE/libdcpomatic-wx.mo" File "%binaries%/src/tools/mo/de_DE/dcpomatic.mo" +SetOutPath "$INSTDIR\\locale\\nl\\LC_MESSAGES" +File "%binaries%/src/lib/mo/nl_NL/libdcpomatic.mo" +File "%binaries%/src/wx/mo/nl_NL/libdcpomatic-wx.mo" +File "%binaries%/src/tools/mo/nl_NL/dcpomatic.mo" WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\DCP-o-matic" "DisplayName" "DCP-o-matic (remove only)" WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\DCP-o-matic" "UninstallString" "$INSTDIR\\Uninstall.exe" |
