diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-24 17:10:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-24 17:10:07 +0100 |
| commit | 72d906fe6e30eff1324288748fc5d1d66b3a3ec1 (patch) | |
| tree | d35b2506bbe59b76cd3febba208765de36e842da /cscript | |
| parent | 8ce3a078ea7efcd8daa6b092a377c09bd431475c (diff) | |
Add stubs for fa_IR (Farsi/Persian).v2.16.71
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -453,7 +453,8 @@ def make_spec(filename, version, target, options, requires=None): print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_disk.png' % r, file=f) print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_combiner.png' % r, file=f) for l 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', 'ka_KA']: + 'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'tr_TR', 'sl_SI', 'hu_HU', + 'ka_KA', 'fa_IR']: 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) |
