teromene / raintplang
There is no license information available for the latest version (0.1) of this package.
A plugin to do localization in RainTPL
0.1
2016-11-16 15:00 UTC
Requires
- rain/raintpl: > 3.0.0
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2025-02-16 03:28:27 UTC
README
#RainTPLang RainTPLang is a plugin for the raintpl3 template engine that allows users to localize their template files.
##Features
- RainTPL-style syntax for your translations,
- Support of custom PHP translation functions.
##Usage/Installation You can install RainTPLang via composer by adding
"require": {
"teromene/raintplang": "> 0.1"
}