source: navigationdisplayplugin/trunk/setup.cfg

Last change on this file was 11188, checked in by Franz, 12 years ago

fixed layout issue (mainnav was not displayed as pretty as normal)
added language support and German translation
made it PEP-8 compatible by using pylint

File size: 711 bytes
RevLine 
[11188]1[egg_info]
2#tag_build = dev
3#tag_svn_revision = true
4#tag_date = True
5
6[extract_messages]
7add_comments = TRANSLATOR:
8#copyright_holder = Edgewall Software
9#msgid_bugs_address = trac-dev@googlegroups.com
10output_file = navigationplugin/locale/messages.pot
11#keywords = _ ngettext:1,2 N_ tag_
12keywords = _ ngettext:1,2 N_ tag_ tagn_:1,2
13width = 72
14
15[init_catalog]
16input_file = navigationplugin/locale/messages.pot
17output_dir = navigationplugin/locale
18domain = navigationplugin
19
20[compile_catalog]
21directory = navigationplugin/locale
22domain = navigationplugin
23
24[update_catalog]
25input_file = navigationplugin/locale/messages.pot
26output_dir = navigationplugin/locale
27domain = navigationplugin
Note: See TracBrowser for help on using the repository browser.