-
22 May 2012 1:53 AM #31
Oh yeah! We need i18n and l10n as quick as possible!
// For newbies:
var i18n = "internationalization",
l10n = "localization";
-
24 May 2012 4:15 AM #32
agree, we need this is as soon as possible, no rush though

-
24 May 2012 6:09 AM #33
Thx for the code, this works great,it can localize whole app by calling:
Maybe it would be good idea to put this on git, in my opinion it is the best solution so far. I have found this also:Code:Localizer.localize(this.up('viewport'));
https://github.com/mitchellsimoens/Ux.locale.Manager
but i like Localizer better since it is simpler.
-
24 May 2012 6:36 AM #34
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
24 May 2012 7:06 AM #35Ext JS Premium Member
- Join Date
- Jan 2010
- Location
- Rotterdam, The Netherlands
- Posts
- 383
- Vote Rating
- 8
I like Localizer better too, because the translation files are simpler compared to Ux.locale.Manager. I think translation files for Ux.locale.Manager are complicated beyond necessity.
Yeah, I have already made some improvements to Localizer. For example translating multiple times and translating to a baseLocale which resets the translation by getting data from initialConfig. And some more minor fixes. But those changes I only made local...
I would join the Localizer project on Github as a developer....
-
24 May 2012 7:30 AM #36
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
31 May 2012 5:36 AM #37
Please tell us here if you do so. Thanks!
-
4 Jun 2012 12:29 AM #38Ext JS Premium Member
- Join Date
- Jan 2010
- Location
- Rotterdam, The Netherlands
- Posts
- 383
- Vote Rating
- 8
I have started the GitHub project for Localizer: https://github.com/devotis/Ext.ux.Localizer
It's contains now just a copy of what ssamayoa posted in this thread earlier (test1.zip). I have all my improvements integrated in a project. I need to isolate those improvements and also learn Git. I am used to working with Subversion. Give me some days and I hope to have my improvements on GitHub
Everybody happy with the name Ext.ux.Localizer?
-
4 Jun 2012 3:07 AM #39
Great! Thanks for your effort!! (@ssamayoa & @devtig)

-
4 Jun 2012 6:52 AM #40


Reply With Quote