mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 00:55:43 +01:00
...
This commit is contained in:
parent
b1a9273935
commit
ea6e707d03
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ def run(self, opts):
|
|||
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', 'my', 'fil'}:
|
||||
'jv', 'ka', 'fur', 'ber', 'my', 'fil', 'hy'}:
|
||||
self.warn('No ISO 639 translations for locale:', locale)
|
||||
|
||||
ln = normalize_locale(locale).partition('.')[0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue