From: Jeroen Ruigrok van der Werven Date: Fri, 22 Apr 2011 12:53:30 +0000 (+0000) Subject: Add mention of javascript builtin extractor. X-Git-Tag: 1.0~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eaa27411ac81e4ce899bd864b7fdda27fe75b3a;p=thirdparty%2Fbabel.git Add mention of javascript builtin extractor. --- diff --git a/doc/messages.txt b/doc/messages.txt index f1ef2727..5b464345 100644 --- a/doc/messages.txt +++ b/doc/messages.txt @@ -174,8 +174,9 @@ for comments. Empty lines are ignored, too. 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