summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-20 16:29:59 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-20 16:29:59 +0100
commit8e6f01a965b6771d2e38158061f119efd0c0600b (patch)
tree2e46a7c6feb4967cdff1cb0f175ae3187ee778ef /platform
parentb0a1da35fe27761e6c9580d1205536d9280de933 (diff)
Add stub el_GR translation.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
-rw-r--r--platform/windows/wscript5
2 files changed, 6 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 585f4f546..5509af505 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -279,7 +279,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 ko_KR 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 fa_IR ja_JP; do
+ for lang in de_DE es_ES fr_FR it_IT ko_KR 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 fa_IR ja_JP el_GR; do
mkdir -p "$dest/$lang/LC_MESSAGES"
cp $source/build/src/lib/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES"
cp $source/build/src/wx/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES"
diff --git a/platform/windows/wscript b/platform/windows/wscript
index c73839682..14dfbee8a 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -285,6 +285,11 @@ File "%binaries%/src/lib/mo/de_DE/libdcpomatic2.mo"
File "%binaries%/src/wx/mo/de_DE/libdcpomatic2-wx.mo"
File "%binaries%/src/tools/mo/de_DE/dcpomatic2.mo"
File "%static_deps%/share/locale/de/LC_MESSAGES/wxstd-3.1.mo"
+SetOutPath "$INSTDIR\\locale\\el\\LC_MESSAGES"
+File "%binaries%/src/lib/mo/el_GR/libdcpomatic2.mo"
+File "%binaries%/src/wx/mo/el_GR/libdcpomatic2-wx.mo"
+File "%binaries%/src/tools/mo/el_GR/dcpomatic2.mo"
+File "%static_deps%/share/locale/el/LC_MESSAGES/wxstd-3.1.mo"
SetOutPath "$INSTDIR\\locale\\nl\\LC_MESSAGES"
File "%binaries%/src/lib/mo/nl_NL/libdcpomatic2.mo"
File "%binaries%/src/wx/mo/nl_NL/libdcpomatic2-wx.mo"