A simple PHP localization library. This relies on no extensions and has no additional dependencies.
The recommended installation method is via Composer:
composer require yukiscoffee/coffeetranslationCoffeeTranslation stores translation files in a YAML-like language.
en-US/hello.i18n
# This is a comment.
hello: "Hello."ja-JP/hello.i18n
# This is a comment.
hello: "こんにちは。"There is an extensive configuration API which can be accessed by CoffeeTranslation::getConfigApi().
CoffeeTranslation has been supported by the work of the following developers or projects:
- Rehike - The primary project for which CoffeeTranslation was made.
- Isabella (kawapure) - A lead developer of Rehike who revised the CoffeeTranslation source code during its use in Rehike.