comparison lib-src/make-msgfile.lex @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
221 program recognize lines of the form 221 program recognize lines of the form
222 222
223 "string" ... ;###translate 223 "string" ... ;###translate
224 224
225 where the magic token ";###translate" on a line means that the string 225 where the magic token ";###translate" on a line means that the string
226 constant on this line should go into the message catalog. This is analogous 226 constant on this line should go into the message catalog. This is analagous
227 to the magic ";###autoload" comments, and to the magic comments used in the 227 to the magic ";###autoload" comments, and to the magic comments used in the
228 EPSF structuring conventions. 228 EPSF structuring conventions.
229 229
230 ----- 230 -----
231 So this program manages to build up a catalog of strings to be translated. 231 So this program manages to build up a catalog of strings to be translated.