-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[i18n] Localization In Core #141
Comments
What do you think about the support .mo .po files. In older versions of CI always is through an array. |
It will be good to have multiple translation source formats possible, even if CI has 2-3 by default. |
Yes! For example with this two Sources:
|
For more info: http://forum.codeigniter.com/thread-65550.html I will write the proposal in Forum. |
Interesting i will read into this maybe i could help |
I liked this and will ake some research on it. I think the best example on localization is the .net they did will in this part. |
I'm not familiar with how .net handles it, but am open to solutions. CakePHP does a pretty good job with it, too. Basically, it should get in your way as little as possible, and be integrated into the tools you would use even if you weren't doing any localized work. Just be sure to become familiar with what's already in the framework:
So, it's started, but has a few notable things that are left to do. Most of it will likely be centered around integrating the intl extension which has been bundled with PHP since 5.3. |
I will study it soon :) |
I think we have everything implemented for this now. Closing. |
CI should provide localization and internationalization as a core feature. My research on this is on-going so this list might evolve with time.
The text was updated successfully, but these errors were encountered: