source: indico/setup.cfg @ 6c87d33712e454f27c277acc3234849188c02fab

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]
2post_install=indico/MaKaC/consoleScripts/post_install.sh
3
4[install]
5optimize=1
6
7[extract_messages]
8mapping_file = babel.cfg
9output_file = indico/locale/messages.pot
10width = 80
11
12[init_catalog]
13input_file = indico/locale/messages.pot
14output_dir = indico/locale
15
16[compile_catalog]
17directory = indico/locale
18
19[update_catalog]
20input_file = indico/locale/messages.pot
21output_dir = indico/locale
22
23[extract_messages_js]
24keywords = $T
25no_default_keywords=1
26mapping_file = babel-js.cfg
27output_file = indico/locale/messages-js.pot
28width = 80
29
30[init_catalog_js]
31domain = messages-js
32input_file = indico/locale/messages-js.pot
33output_dir = indico/locale
34
35[compile_catalog_js]
36domain = messages-js
37input_dir = indico/locale
38output_dir = indico/htdocs/js/indico/i18n
39
40[update_catalog_js]
41domain = messages-js
42input_file = indico/locale/messages-js.pot
43output_dir = indico/locale
Note: See TracBrowser for help on using the repository browser.