forked from Vauxoo/odoo-pre-commit-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] po-duplicate-message-definition: Ignore i18n_extra folder
Odoo exports translations grouped by "msgid" and delete duplicated if you will not use odoo exports feature so you will need to manage manually the po file It could be in i18n_extra in order to ignore the Odoo's normal flow More info about OCA#122
- Loading branch information
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 1985-04-14 17:12+0000\n" | ||
"PO-Revision-Date: 1985-04-14 02:03+0000\n" | ||
"Last-Translator: Moisés López <moylop260@vauxoo.com>\n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: broken_module | ||
#: model:ir.model.fields,field_description5:broken_module.field_wizard_description5 | ||
#, python-format | ||
msgid "'Duplicate PO message definition' ignored for i18n_extra" | ||
msgstr "'translation' 1" | ||
|
||
#. module: broken_module | ||
#: model:ir.model.fields,field_description10:broken_module.field_wizard_description10 | ||
#, python-format | ||
msgid "'Duplicate PO message definition' ignored for i18n_extra" | ||
msgstr "'translation' 2" |