funayaki/localized

I18n and L10n related CakePHP code

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 59

Open Issues: 0

Language:Shell

pkg:composer/funayaki/localized

3.0.2 2017-12-05 12:20 UTC

This package is not auto-updated.

Last update: 2025-09-27 14:23:13 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.