tests for language support in engines

This commit is contained in:
marc 2016-12-13 23:51:15 -06:00
parent 1b46ecd21a
commit e0c270bd72
9 changed files with 54 additions and 5 deletions

View file

@ -110,7 +110,7 @@ class SearchLanguageSetting(EnumStringSetting):
elif data == 'ar-XA':
data = 'ar-SA'
else:
data = 'all'
data = self.value
self.value = data