X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=gen_translations.sh;h=62460c397d2beb9d65f205b11b8fb631cce43e74;hb=c1b26ed89db9cb04d78f6af3e8720ff23714a5fc;hp=43b2e16ee4700b2dfa609fbfdb8f2f6d2b524800;hpb=1ad1e8b02864448224c46d8adfc76f333e99634b;p=odoo%2Fodoo.git diff --git a/gen_translations.sh b/gen_translations.sh index 43b2e16..62460c3 100755 --- a/gen_translations.sh +++ b/gen_translations.sh @@ -38,7 +38,6 @@ then 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 @@ -48,7 +47,7 @@ then extract_module web_rpc elif [ -n "$2" ] then - ./npybabel.py extract -F babel.cfg -o $2 -k _t --no-default-keywords $1 + ./npybabel.py extract -F babel.cfg -o $2 -k _t -k _lt --no-default-keywords $1 else usage fi