[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / babel.cfg
index bcfd357..2e4913e 100644 (file)
--- 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]