mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 10:34:37 +01:00
...
This commit is contained in:
parent
8c1bb3d4cb
commit
df2c497a13
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ def run(self, opts):
|
|||
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', 'ku',
|
||||
'fr_CA', 'him', 'jv', 'ka', 'fur', 'ber'):
|
||||
'fr_CA', 'him', 'jv', 'ka', 'fur', 'ber', 'my'):
|
||||
self.warn('No ISO 639 translations for locale:', locale)
|
||||
|
||||
if self.iso639_errors:
|
||||
|
|
|
|||
Loading…
Reference in a new issue