I'm a french MooEditable user and i was thinking about the
internationalization of the project.
Today, MooEditable is only available in english and i think it could
be interesting to have it in other languages.
So this is my question : is an internationalization of MooEditable
planed ?
Of course i could rewrite the code myself, create my own i18n class
and share it with you, but maybe someone already did it ?
Best regards,
Roparz
I'm happy to help with this - I can go through and separate out the
lang into variables that you can then translate (or we could do it
together).
Its definitely something I want to have in there for a number of
projects I'm working on, and something I was planning on doing anyway.
Thanks,
Ryan
Roparz
http://github.com/ryanmitchell/mooeditable/commit/5233a7d64a033cb3304d6a3d02e9735d7e9aeb06
Cheeaun - are you happy with how I've done this? I've provided
fallback for when MooTools.lang isn't included.
On Feb 16, 9:05 am, Roparz <christophe.gourme...@gmail.com> wrote:
Thanks,
Roparz
On Feb 16, 11:19 am, ryan <rtnetwo...@gmail.com> wrote:
> Ok I've set up MooTools.lang support on the main MooEditable.js file -
> haven't done extras or any plugins yet, but will work on those when I
> get some more time.
> You can see it in my github repo at:
>
> http://github.com/ryanmitchell/mooeditable/commit/5233a7d64a033cb3304...
Sorry for the late reply, but just to inform that I've landed a commit
on the localization stuff:
http://github.com/cheeaun/mooeditable/commit/aace8ae8c31953cc68ec08877941e195a8e09396
Roparz, thanks for mentioning this issue here. Localization has always
been in my todo list :) Note that there are few more phrases to be
localized, some of which are in the plugins. I've made an example
locale file here:
http://github.com/cheeaun/mooeditable/blob/aace8ae8c31953cc68ec08877941e195a8e09396/Source/Localization/MooEditable.English.US.example.js
Ryan, sorry that I didn't pull in your commit, though I've coded a
different way to do basically the same thing :)
Cheers.