Skip to content
Snippets Groups Projects
Commit 0201d896 authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[FIX] packaging: include pot files


Since #26134 the po files are compared with pot content when loading a
translation. If a term is found multiple times in a po file, the terms
that does not exists in the pot files are ignored. If the pot files does
not exists, the unicity constraint leads to an error.

Closes #31583

closes odoo/odoo#31823

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 49db3d92
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ recursive-include odoo *.otf
recursive-include odoo *.pdf
recursive-include odoo *.png
recursive-include odoo *.po
recursive-include odoo *.pot
recursive-include odoo *.rml
recursive-include odoo *.rng
recursive-include odoo *.rst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment