summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-15 21:06:16 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-15 21:06:16 +0100
commit4a003f5af4ef2312d8ce862747c8fa9eb097da20 (patch)
tree05512493ed1b6f0630505ac73bf1af117ad5d9c7 /platform
parent5290a6bee8c57f243267f3c40c4e53ddf2efb4ea (diff)
Add stub ja_JP translation.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
-rw-r--r--platform/windows/wscript4
2 files changed, 5 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index fceae22bc..585f4f546 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; 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; 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 db7045974..c73839682 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -342,6 +342,10 @@ 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\\locale\\ja_JP\\LC_MESSAGES"
+File "%binaries%/src/lib/mo/ja_JP/libdcpomatic2.mo"
+File "%binaries%/src/wx/mo/ja_JP/libdcpomatic2-wx.mo"
+File "%binaries%/src/tools/mo/ja_JP/dcpomatic2.mo"
SetOutPath "$INSTDIR\\locale\\fa_IR\\LC_MESSAGES"
File "%binaries%/src/lib/mo/fa_IR/libdcpomatic2.mo"
File "%binaries%/src/wx/mo/fa_IR/libdcpomatic2-wx.mo"