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

This package is not auto-updated.

Last update: 2024-04-13 23:30:57 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"
    }