summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-11 00:09:17 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-11 00:09:51 +0100
commit5b0eab7ce7020a3614aca93420e5138a158001cc (patch)
treeb43259ebd8fabb70aa69d8ba15be943ee79c6893 /cscript
parent4b3ad4386a14858d1e8edb54f5abc52cd92602d6 (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--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bd4b8a1c4..009506f83 100644
--- a/cscript
+++ b/cscript
@@ -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)