mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
Fix failing test
The name of the spanish dictionary shipped with libreoffice has changed
This commit is contained in:
parent
2e61929d24
commit
35df1312a2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def t(x, expected=None):
|
|||
t('en', 'en_US')
|
||||
t('en_IN', 'en_GB')
|
||||
t('de', 'de_DE')
|
||||
t('es', 'es_ANY')
|
||||
t('es', 'es')
|
||||
t('nl', 'nl_NL')
|
||||
t('fr', 'fr')
|
||||
t('XXX')
|
||||
|
|
|
|||
Loading…
Reference in a new issue