summaryrefslogtreecommitdiff
path: root/cscript
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 /cscript
parent5290a6bee8c57f243267f3c40c4e53ddf2efb4ea (diff)
Add stub ja_JP translation.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7b8abec8c..89e2b1b0f 100644
--- a/cscript
+++ b/cscript
@@ -449,7 +449,7 @@ def make_spec(filename, version, target, options, requires=None):
print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_combiner.png' % r, file=f)
for l 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']:
+ 'hu_HU', 'fa_IR', 'ja_JP']:
print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f)
print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f)
print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f)