# HG changeset patch # User jruigrok # Date 1303476810 0 # Node ID 3781cf91ded041418e399eeac6e48d6bc53502d5 # Parent d96425d9dceb6733b6fa2cb785b658e395b27e87 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