diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-11 16:07:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-11 16:07:15 +0100 |
| commit | d9913641c864b9bc1588a757a551ba52afbb00b0 (patch) | |
| tree | b0c1075970d1406f6586b4244a28f24b7e27f4ef /cscript | |
| parent | 879470a03245d913c467f05794f72ee47e7c9998 (diff) | |
Add ko_KR translation stub.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -447,9 +447,9 @@ def make_spec(filename, version, target, options, requires=None): print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_playlist.png' % r, file=f) 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', - 'fa_IR']: + 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']: 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) |
