https://github.com/mlocati/concrete5-build
Helpful tools for concrete5
https://github.com/mlocati/concrete5-build
Last synced: 7 months ago
JSON representation
Helpful tools for concrete5
- Host: GitHub
- URL: https://github.com/mlocati/concrete5-build
- Owner: mlocati
- Created: 2012-10-23T06:39:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T07:53:44.000Z (over 10 years ago)
- Last Synced: 2025-03-26T21:36:48.607Z (8 months ago)
- Language: PHP
- Size: 658 KB
- Stars: 11
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Assets Required for concrete5
## i18n.php
##### Requirements: php command line 5.3, gettext tools (namely `xgettext`, `msgmerge` and `msgfmt`) installed and in your $PATH (but the script verifies all the dependencies and suggests how to proceed). Windows users can download everything from this page http://mlocati.github.io/gettext-iconv-windows/.
This shell php script manage localization files (.pot templates, .po translations and .mo compiled translations), for both the concrete5 core and for custom packages.
Launch it with `php i18n.php --help` for help & options, or with `php i18n.php --interactive` for an interactive session.
## packager.php
##### Requirements: php command line 5.2.2
Tool to create zip file from a package, ready to be submitted to the PRB.
It's quite a nice tool: allows you to directly integrate translations taken from Transifex.