| Revision 6c87d33712e454f27c277acc3234849188c02fab,
876 bytes
checked in by Pedro Ferreira <jose.pedro.ferreira@…>, 10 months ago
(diff) |
|
[IMP] Several i18n things
- Re-extracted messages and updated catalogs;
- Moved 'generate_messages_js' to 'compile_catalog_js', for the sake of consistency;
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | [bdist_rpm] |
|---|
| 2 | post_install=indico/MaKaC/consoleScripts/post_install.sh |
|---|
| 3 | |
|---|
| 4 | [install] |
|---|
| 5 | optimize=1 |
|---|
| 6 | |
|---|
| 7 | [extract_messages] |
|---|
| 8 | mapping_file = babel.cfg |
|---|
| 9 | output_file = indico/locale/messages.pot |
|---|
| 10 | width = 80 |
|---|
| 11 | |
|---|
| 12 | [init_catalog] |
|---|
| 13 | input_file = indico/locale/messages.pot |
|---|
| 14 | output_dir = indico/locale |
|---|
| 15 | |
|---|
| 16 | [compile_catalog] |
|---|
| 17 | directory = indico/locale |
|---|
| 18 | |
|---|
| 19 | [update_catalog] |
|---|
| 20 | input_file = indico/locale/messages.pot |
|---|
| 21 | output_dir = indico/locale |
|---|
| 22 | |
|---|
| 23 | [extract_messages_js] |
|---|
| 24 | keywords = $T |
|---|
| 25 | no_default_keywords=1 |
|---|
| 26 | mapping_file = babel-js.cfg |
|---|
| 27 | output_file = indico/locale/messages-js.pot |
|---|
| 28 | width = 80 |
|---|
| 29 | |
|---|
| 30 | [init_catalog_js] |
|---|
| 31 | domain = messages-js |
|---|
| 32 | input_file = indico/locale/messages-js.pot |
|---|
| 33 | output_dir = indico/locale |
|---|
| 34 | |
|---|
| 35 | [compile_catalog_js] |
|---|
| 36 | domain = messages-js |
|---|
| 37 | input_dir = indico/locale |
|---|
| 38 | output_dir = indico/htdocs/js/indico/i18n |
|---|
| 39 | |
|---|
| 40 | [update_catalog_js] |
|---|
| 41 | domain = messages-js |
|---|
| 42 | input_file = indico/locale/messages-js.pot |
|---|
| 43 | output_dir = indico/locale |
|---|
Note: See
TracBrowser
for help on using the repository browser.