sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
140 stars 67 forks source link

i18N #2

Closed sabas closed 11 years ago

sabas commented 11 years ago

Support the dynamic changes of language via pot compiled files (*.mo) instead of using the localization script? http://php.net/manual/en/book.gettext.php

sproctor commented 11 years ago

I'm not entirely sure what you mean by that. Should the application check time stamps on the .po and .mo files and regenerate the .mo if it's out of date? I think a third option would be to integrate the script into the calendar so it could be run from the settings by an admin.

sabas commented 11 years ago

@sproctor what about moving translations to Transifex? https://www.transifex.com/

sproctor commented 11 years ago

https://www.transifex.com/projects/p/php-calendar/ I've only uploaded the template. I didn't upload any of the translations yet.

sabas commented 11 years ago

For the italian I can translate it anew.

sabas commented 11 years ago

I believe that with this commit https://github.com/sproctor/php-calendar/commit/09b34a1b70bf253cac805864e302dcec3abe6da7

and this faq https://github.com/sproctor/php-calendar/wiki/Frequently-Asked-Questions the issue is solved.

Perhaps further actions are: