Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 438 Bytes

#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"
    }