changeset 555:4ed1a17bff27

Add mention of javascript builtin extractor.
author jruigrok
date Fri, 22 Apr 2011 12:53:30 +0000
parents 89292e10bd25
children 16dfb6d0a089
files doc/messages.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/messages.txt
+++ b/doc/messages.txt
@@ -174,8 +174,9 @@
 Default Extraction Methods
 --------------------------
 
-Babel comes with only two builtin extractors: ``python`` (which extracts 
-messages from Python source files) and ``ignore`` (which extracts nothing).
+Babel comes with a few builtin extractors: ``python`` (which extracts 
+messages from Python source files), ``javascript``, and ``ignore`` (which
+extracts nothing).
 
 The ``python`` extractor is by default mapped to the glob pattern ``**.py``,
 meaning it'll be applied to all files with the ``.py`` extension in any 
Copyright (C) 2012-2017 Edgewall Software