comparison .hgignore @ 7648:02e358a3a8a7

i18n: let Makefile generate i18n/hg.pot The target update-pot extracts strings using pygettext and updates the i18n/hg.pot file. The translators can then use msgmerge to merge the new strings in hg.pot with their xx.po file when they want to. The setup.py file now includes files under both templates/ and i18n/ as data files.
author Martin Geisler <mg@daimi.au.dk>
date Thu, 15 Jan 2009 00:10:54 +0100
parents 7dd44ad43914
children a489e3a94443
comparison
equal deleted inserted replaced
7647:f7256cd9beff 7648:02e358a3a8a7
25 mercurial/__version__.py 25 mercurial/__version__.py
26 Output/Mercurial-*.exe 26 Output/Mercurial-*.exe
27 .DS_Store 27 .DS_Store
28 tags 28 tags
29 cscope.* 29 cscope.*
30 i18n/hg.pot
30 31
31 syntax: regexp 32 syntax: regexp
32 ^\.pc/ 33 ^\.pc/
33 ^\.(pydev)?project 34 ^\.(pydev)?project