comparison doc/messages.txt @ 554:89292e10bd25

Add JavaScript example.
author jruigrok
date Thu, 21 Apr 2011 09:30:40 +0000
parents 1d25ca7199b0
children 4ed1a17bff27
comparison
equal deleted inserted replaced
553:2592619ba62e 554:89292e10bd25
135 include_attrs = alt title summary 135 include_attrs = alt title summary
136 136
137 [genshi: **/templates/**.txt] 137 [genshi: **/templates/**.txt]
138 template_class = genshi.template:TextTemplate 138 template_class = genshi.template:TextTemplate
139 encoding = ISO-8819-15 139 encoding = ISO-8819-15
140
141 # Extraction from JavaScript files
142
143 [javascript: **.js]
144 extract_messages = $._, jQuery._
140 145
141 The configuration file syntax is based on the format commonly found in ``.INI`` 146 The configuration file syntax is based on the format commonly found in ``.INI``
142 files on Windows systems, and as supported by the ``ConfigParser`` module in 147 files on Windows systems, and as supported by the ``ConfigParser`` module in
143 the Python standard library. Section names (the strings enclosed in square 148 the Python standard library. Section names (the strings enclosed in square
144 brackets) specify both the name of the extraction method, and the extended glob 149 brackets) specify both the name of the extraction method, and the extended glob
Copyright (C) 2012-2017 Edgewall Software