diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-11 00:09:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-11 00:09:51 +0100 |
| commit | 5b0eab7ce7020a3614aca93420e5138a158001cc (patch) | |
| tree | b43259ebd8fabb70aa69d8ba15be943ee79c6893 /cscript | |
| parent | 4b3ad4386a14858d1e8edb54f5abc52cd92602d6 (diff) | |
Revert "Add stubs for Georgian (ka_KA) language support."
This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a.
I added this for somebody but no apparently translations were ever
forthcoming, so remove it again.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -381,7 +381,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', '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', 'fa_IR']: + '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) |
