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
- Host: GitHub
- URL: https://github.com/koala-framework/kwf-trl
- Owner: koala-framework
- Created: 2014-12-17T09:07:49.000Z (over 11 years ago)
- Default Branch: 1.2
- Last Pushed: 2024-06-14T08:27:45.000Z (about 2 years ago)
- Last Synced: 2025-05-25T14:05:56.025Z (about 1 year ago)
- Language: PHP
- Size: 153 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`