funayaki/localized

I18n and L10n related CakePHP code

3.0.2 2017-12-05 12:20 UTC

This package is not auto-updated.

Last update: 2024-04-27 07:39:40 UTC


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

Refer: https://book.cakephp.org/3.0/en/core-libraries/internationalization-and-localization.html#setting-the-default-locale

Usage

<?= __d('localized', 'Title') ?>

Tools

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/funayaki/localized.