forked from openlp/openlp
reverted change
This commit is contained in:
parent
ad715fec29
commit
0512b74f32
@ -385,7 +385,7 @@ def get_locale_key(string):
|
|||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
global ICU_COLLATOR
|
global ICU_COLLATOR
|
||||||
if ICU_COLLATOR is None:
|
if ICU_COLLATOR is None:
|
||||||
from .languagemanager import LanguageManager
|
from languagemanager import LanguageManager
|
||||||
language = LanguageManager.get_language()
|
language = LanguageManager.get_language()
|
||||||
icu_locale = icu.Locale(language)
|
icu_locale = icu.Locale(language)
|
||||||
ICU_COLLATOR = icu.Collator.createInstance(icu_locale)
|
ICU_COLLATOR = icu.Collator.createInstance(icu_locale)
|
||||||
|
Loading…
Reference in New Issue
Block a user