Commit Graph

5 Commits

Author SHA1 Message Date
Paul Franklin
454180dcec better PEP-0008 (trans_text_ ==> trans_text)
PEP-0008 reserves the use of a trailing underscore for names
which conflict with Python keywords, which this doesn't.

The goal is to have a permanent name which is unique across
the gramps namespace, since it is defined (in po/genpot.sh
and po/update_po.py) as a keyword to flag strings to be put
into the translation "catalog" file (gramps.pot).

The new keyword "trans_text" is still unique.  (Also "_T_".)


svn: r22200
2013-05-07 18:59:15 +00:00
Paul Franklin
f31c22cdaa "_ngettext" is no longer used as a gramps translation keyword
svn: r22198
2013-05-07 18:12:23 +00:00
Paul Franklin
757a6a721b add new keywords to po/genpot.sh, comment both scripts, and add "Id" lines
svn: r22182
2013-05-05 19:40:56 +00:00
Jérôme Rapinat
a87b221292 6595: missing custom keywords support for intltool
svn: r22177
2013-05-05 12:52:55 +00:00
Rob G. Healey
de0d215ba2 Possible translation generator script for use with setup.py.
svn: r19059
2012-03-14 05:40:56 +00:00