comparison doc/catalogs.txt @ 109:ce331dac98fe

translator comment tags aren't included in the catalog
author pjenvey
date Thu, 14 Jun 2007 20:30:55 +0000
parents 4ff9cc26c11b
children
comparison
equal deleted inserted replaced
108:9a2c3d76fce9 109:ce331dac98fe
230 The comments tag for the above example would be ``NOTE:``, and the translator 230 The comments tag for the above example would be ``NOTE:``, and the translator
231 comment for that tag would be ``This is a comment about `Foo Bar```. 231 comment for that tag would be ``This is a comment about `Foo Bar```.
232 232
233 The resulting output in the catalog template would be something like:: 233 The resulting output in the catalog template would be something like::
234 234
235 #. NOTE: This is a comment about `Foo Bar` 235 #. This is a comment about `Foo Bar`
236 #: main.py:2 236 #: main.py:2
237 msgid "Foo Bar" 237 msgid "Foo Bar"
238 msgstr "" 238 msgstr ""
239 239
240 Now, you might ask, why would I need that? 240 Now, you might ask, why would I need that?
Copyright (C) 2012-2017 Edgewall Software