X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=babel.cfg;h=2e4913e8683d43faef1455e7bcc35be0147a266f;hb=11dd44ec360d4130c824bda10bd2bee1f8a31a2c;hp=bcfd3572f3e3339bbc110f6d2f2f380118df53de;hpb=bd95f542addb4b1abb121bf5c38c2eafce336343;p=odoo%2Fodoo.git diff --git a/babel.cfg b/babel.cfg index bcfd357..2e4913e 100644 --- a/babel.cfg +++ b/babel.cfg @@ -1,13 +1,6 @@ -## Extraction from Python source files -#[python: **.py] -## Extraction from Genshi HTML and text templates -#[genshi: **/templates/**.html] -#ignore_tags = script,style -#include_attrs = alt title summary -#[genshi: **/templates/**.txt] -#template_class = genshi.template:TextTemplate -#encoding = ISO-8819-15 -## Extraction from JavaScript files -[javascript: **.js] -[javascript: **.xml] +[extractors] +qweb = npybabel:extract_qweb +javascript = npybabel:extract_javascript +[javascript: static/src/js/**.js] +[qweb: static/src/xml/**.xml]