diff --git a/setup/translations.py b/setup/translations.py index 5cfae07711..05056c0b27 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -151,7 +151,7 @@ class Translations(POT): # {{{ self.info('\tCopying ISO 639 translations') subprocess.check_call(['msgfmt', '-o', dest, iso639]) elif locale not in ('en_GB', 'en_CA', 'en_AU', 'si', 'ur', 'sc', - 'ltg', 'nds', 'te', 'yi', 'fo', 'sq', 'ast', 'ml'): + 'ltg', 'nds', 'te', 'yi', 'fo', 'sq', 'ast', 'ml', 'ku'): self.warn('No ISO 639 translations for locale:', locale) self.write_stats()