Skip to content

Commit

Permalink
[I18N] *: export latest terms + add missing resources
Browse files Browse the repository at this point in the history
This commit does 2 things:

- exports the latest terms to be translated
- adds missing pot files + adds them to be translated on transifex
  (essentials, hr, and studio)

Notes:
- hr (source) was already in v16, but was missing from v15 and v17,
  hence the commits being slightly different
- latest pot files of `contributing`, `developer`, and `legal` were
  purposely left off this PR because they are either not translated
  or not translated via Transifex, so these pot files serve no purpose

closes #8366

X-original-commit: b65460d
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
  • Loading branch information
ticodoo committed Mar 26, 2024
1 parent d6c4e82 commit 66e481a
Show file tree
Hide file tree
Showing 13 changed files with 26,439 additions and 23,003 deletions.
30 changes: 30 additions & 0 deletions .tx/config
Expand Up @@ -21,6 +21,16 @@ replace_edited_strings = false
keep_translations = false
source_lang = en

[o:odoo:p:odoo-17-doc:r:essentials]
file_filter = locale/<lang>/LC_MESSAGES/essentials.po
source_file = locale/sources/essentials.pot
type = POT
minimum_perc = 0
resource_name = essentials
replace_edited_strings = false
keep_translations = false
source_lang = en

[o:odoo:p:odoo-17-doc:r:finance]
file_filter = locale/<lang>/LC_MESSAGES/finance.po
source_file = locale/sources/finance.pot
Expand All @@ -41,6 +51,16 @@ replace_edited_strings = false
keep_translations = false
source_lang = en

[o:odoo:p:odoo-17-doc:r:hr]
file_filter = locale/<lang>/LC_MESSAGES/hr.po
source_file = locale/sources/hr.pot
type = POT
minimum_perc = 0
resource_name = hr
replace_edited_strings = false
keep_translations = false
source_lang = en

[o:odoo:p:odoo-17-doc:r:index]
file_filter = locale/<lang>/LC_MESSAGES/index.po
source_file = locale/sources/index.pot
Expand Down Expand Up @@ -111,6 +131,16 @@ replace_edited_strings = false
keep_translations = false
source_lang = en

[o:odoo:p:odoo-17-doc:r:studio]
file_filter = locale/<lang>/LC_MESSAGES/studio.po
source_file = locale/sources/studio.pot
type = POT
minimum_perc = 0
resource_name = studio
replace_edited_strings = false
keep_translations = false
source_lang = en

[o:odoo:p:odoo-17-doc:r:websites]
file_filter = locale/<lang>/LC_MESSAGES/websites.po
source_file = locale/sources/websites.pot
Expand Down
6,224 changes: 2,498 additions & 3,726 deletions locale/sources/administration.pot

Large diffs are not rendered by default.

1,442 changes: 1,442 additions & 0 deletions locale/sources/essentials.pot

Large diffs are not rendered by default.

19,401 changes: 9,269 additions & 10,132 deletions locale/sources/finance.pot

Large diffs are not rendered by default.

6,867 changes: 3,132 additions & 3,735 deletions locale/sources/general.pot

Large diffs are not rendered by default.

2,828 changes: 1,653 additions & 1,175 deletions locale/sources/hr.pot

Large diffs are not rendered by default.

2,369 changes: 1,769 additions & 600 deletions locale/sources/inventory_and_mrp.pot

Large diffs are not rendered by default.

377 changes: 283 additions & 94 deletions locale/sources/marketing.pot

Large diffs are not rendered by default.

6,006 changes: 2,713 additions & 3,293 deletions locale/sources/productivity.pot

Large diffs are not rendered by default.

1,082 changes: 1,018 additions & 64 deletions locale/sources/sales.pot

Large diffs are not rendered by default.

192 changes: 101 additions & 91 deletions locale/sources/services.pot

Large diffs are not rendered by default.

0 comments on commit 66e481a

Please sign in to comment.