-
23 Apr 2013 11:26 PM #1
Polish translation still not fixed
Polish translation still not fixed
Hello
I posted this issue several times since 4.0, but it it still not fixed (now in 4.2.1 beta 1 still bad).
The bug is simple: in ext-lang-pl.js there is an override:
Should beCode:Ext.define("Ext.locale.pl.view.AbstractView", { override: "Ext.view.AbstractView", msg: "Wczytywanie danych..." });
Few times I got message that it is fixed and will be ok in next release...Code:Ext.define("Ext.locale.pl.view.AbstractView", { override: "Ext.view.AbstractView", loadingText: "Wczytywanie danych..." });
-
23 Apr 2013 11:38 PM #2
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-9580
in
4.2.1.


Reply With Quote