[ADD] Adding images for pagers & pager styling
[odoo/odoo.git] / gen_translations.sh
index 364503e..43b2e16 100755 (executable)
@@ -35,16 +35,17 @@ then
     extract_module() {
        $executable addons/$1 addons/$1/po/$1.pot 
     }
-    extract_module base
-    extract_module base_calendar
-    extract_module base_dashboard
-    extract_module base_default_home
-    extract_module base_diagram
-    extract_module base_gantt
-    extract_module base_graph
-    extract_module base_hello
+    extract_module web
+    extract_module web_calendar
+    extract_module web_dashboard
+    extract_module web_default_home
+    extract_module web_diagram
+    extract_module web_gantt
+    extract_module web_graph
+    extract_module web_hello
     extract_module web_chat
     extract_module web_mobile
+    extract_module web_rpc
 elif [ -n "$2" ]
 then
     ./npybabel.py extract -F babel.cfg -o $2 -k _t --no-default-keywords $1