Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! [ADD] export po file…
Browse files Browse the repository at this point in the history
…s and push changes
  • Loading branch information
hbrunn committed Jul 12, 2023
1 parent d5a6983 commit e1e2c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
dropdb ${PGDATABASE}
ADDONS=$(manifestoo --select-addons-dir ${ADDONS_DIR} list --separator=,)
/opt/odoo-venv/bin/odoo -d ${PGDATABASE} -i $(manifestoo --select-addons-dir ${ADDONS_DIR} --select-exclude "${EXCLUDE}" list-depends --separator=,) --stop-after-init --logfile=/dev/null
/opt/odoo-venv/bin/odoo -d ${PGDATABASE} -i $ADDONS --i18n-overwrite --load-language=he_IL --stop-after-init --logfile=/dev/null
/opt/odoo-venv/bin/odoo -d ${PGDATABASE} -i $ADDONS --load-language=he_IL --stop-after-init --logfile=/dev/null
for module in $(echo $ADDONS | tr ',' ' '); do
mkdir -p $module/i18n
/opt/odoo-venv/bin/odoo -d ${PGDATABASE} -l he_IL --i18n-export=$module/i18n/he_IL.po --modules=$module --logfile=/dev/null
Expand Down

0 comments on commit e1e2c6f

Please sign in to comment.