PATCH 5.4.0: localization patch and bug fix
Permalink 1 user found helpful
It's mainly a localization patch.
It is based on 5.4.0 release, not SVN version.
Done:
- Allowing use of ' in po files for making reading more easy, so you only need to escape double quotes
- Fixing js errors due to ' usage in po files
- Fix a bug with datepicker by translating date format (by example 13/4/2010 in french is
4/13/2010 in english, so n/j/y must become j/n/Y for french locales) preventing correct use of Publication Date
- Moving some non-translated string to t()
I sincerely hope you find them useful.
Nicolas
concrete5.fr
It is based on 5.4.0 release, not SVN version.
Done:
- Allowing use of ' in po files for making reading more easy, so you only need to escape double quotes
- Fixing js errors due to ' usage in po files
- Fix a bug with datepicker by translating date format (by example 13/4/2010 in french is
4/13/2010 in english, so n/j/y must become j/n/Y for french locales) preventing correct use of Publication Date
- Moving some non-translated string to t()
I sincerely hope you find them useful.
Nicolas
concrete5.fr
File
There's something weird with this patch. I think your newlines are off, because it's much bigger than it needs to be, and includes a lot of stuff I don't think you modified.
I'm sorry, I didn't check UNIX EOL
Ooops.
I've changed the patch
Thanks a lot
Ooops.
I've changed the patch
Thanks a lot