funayaki / localized
I18n and L10n related CakePHP code
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 63
Open Issues: 0
Language:Shell
Requires
- croogo/croogo: ^3.0.1
README
Each locale now resides in its own directory.
Installation
Composer
composer require funayaki/localized:dev-master
PO files
To use these files link or copy them
into their expected location: src/Locale/<locale>/localized.po
Setting the Default Locale
Usage
<?= __d('localized', 'Title') ?>
Tools
- Poedit (http://www.poedit.net/)
- Others http://www.gnu.org/software/gettext/manual/html_node/Editing.html#Editing
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/funayaki/localized.