Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 720 Bytes

Localized

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.