# HG changeset patch # User jruigrok # Date 1303476810 0 # Node ID 18618eb6823a7ef1c43ee7bf6f243dbc770b3988 # Parent 9e8d6949eb868a381957a7839bfad2eccd409c9c 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