An open API service indexing awesome lists of open source software.

https://github.com/koala-framework/kwf-trl

Translation related scripts for Koala Framework based Websites and Web Applications
https://github.com/koala-framework/kwf-trl

Last synced: 12 months ago
JSON representation

Translation related scripts for Koala Framework based Websites and Web Applications

Awesome Lists containing this project

README

          

Those scripts parse web, package or koala-framework (.js, .php, .tpl, .underscore.tpl) for trl() or trlKwf() function calls and generates .po-files.

Add this repository to your composer.json file and run composer update.
Simply run

`composer require koala-framework/kwf-trl`

### Usage: ###

`./vendor/bin/kwf-trl/bin/trl parseWeb`

`./vendor/bin/kwf-trl/bin/trl parsePackage`

`./vendor/bin/kwf-trl/bin/trl parseKwf`