X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=gen_translations.sh;h=43b2e16ee4700b2dfa609fbfdb8f2f6d2b524800;hb=636840e844aa5e6f0b938f692ddfc90d9df8ee71;hp=364503e6793a342f212fb3270d7a0b6fb1cc5234;hpb=6bf354e880a63c5f1ddfd4c45f585778dc286304;p=odoo%2Fodoo.git diff --git a/gen_translations.sh b/gen_translations.sh index 364503e..43b2e16 100755 --- a/gen_translations.sh +++ b/gen_translations.sh @@ -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