mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 12:31:04 -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:
|
||||
string = self._translate(normalizedUntranslated)
|
||||
except KeyError:
|
||||
string = untranslated
|
||||
string = originalUntranslated
|
||||
return self._addTracker(string, untranslated)
|
||||
|
||||
def _translate(self, string):
|
||||
|
Loading…
x
Reference in New Issue
Block a user