mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 01:33:10 +02:00
...
This commit is contained in:
parent
6e8c461845
commit
9cf35e275f
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def run(self, opts):
|
|||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue