# HG changeset patch # User jruigrok # Date 1303476810 0 # Node ID 4ed1a17bff279e9e2d799fb2d3fa4f06e6e9cd9d # Parent 89292e10bd254636212c59786d18a16f68009701 Add mention of javascript builtin extractor. diff --git a/doc/messages.txt b/doc/messages.txt --- 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