1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- Generate gettext infrastructure
- Erlydtl allows templates to use i18n features based on gettext. Standard po
- files can be used to generate i18ized templates. A template parser/po generator
- is also provided.
- 1. In order to enable i18n you first, you'll need gettext library to be
- available on your lib_path.
- Library can be downloaded from http://github.com/noss/erlang-gettext
- 2. Then you'll need to add a parse target on your makefile (or the script
- used to trigger template reparsing) trans:
- erl -pa ./ebin ./deps
- *.html,./views
|