mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 20:41:18 -05:00
Fix switch from non-English locale to English locale
This commit is contained in:
parent
e0ea443e89
commit
833206c670
@ -272,7 +272,7 @@ class _PluginInternationalization:
|
|||||||
try:
|
try:
|
||||||
string = self._translate(normalizedUntranslated)
|
string = self._translate(normalizedUntranslated)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
string = untranslated
|
string = originalUntranslated
|
||||||
return self._addTracker(string, untranslated)
|
return self._addTracker(string, untranslated)
|
||||||
|
|
||||||
def _translate(self, string):
|
def _translate(self, string):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user