As per usual, leave off developer.pot and contributing.pot since we
don't translate them (not useful, can't really contribute to/dev in
Odoo without knowing English)
Also update the tx/config to point to v18 project
closesodoo/documentation#11149
X-original-commit: d21d77b181
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
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
closesodoo/documentation#8367
X-original-commit: b65460db47
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
It does not exists and was never present, making the synchronisation crash
closesodoo/documentation#3782
X-original-commit: 56a2ba7f98
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Tansifex is deprecating it's client and switches to a go-based
solution in its API v3
The new client is still backward compatible with the old format but
the v2 API is going to be phased out.
See https://github.com/transifex/cli to install the deplyments using
the tx client
This PR is the result of the "tx migrate" command
In saas-16.1 force the content of 16.0
closesodoo/documentation#3534
X-original-commit: a497405fec
Related: odoo/enterprise#36950
Related: odoo/odoo#112402
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>