Italian localization shows what I think are korean symbols
Nespolazzo opened this issue · 2 comments
Actually the localization is wrong. The Addon select the itIT localization but the translation is wrong.
In localization.lua:
...
L=l:NewLocale(me,"itIT")
if (L) then
L["%1$d%% lower than %2$d%%. Lower %s"] = "%2$d%%보다 %1$d%% 낮습니다. %3$s 낮습니다"
...
L=l:NewLocale(me,"koKR")
if (L) then
L["%1$d%% lower than %2$d%%. Lower %s"] = "%2$d%%보다 %1$d%% 낮습니다. %3$s 낮습니다"
...
Changin itIT to enUS in forcelocale.lua seems do nothing.