-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[I18N] *: remove .tx/config #14491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[I18N] *: remove .tx/config #14491
Conversation
|
@dylankiss @ticodoo while this was properly forward-ported, at least one co-dependent PR (odoo/odoo#225467, odoo/enterprise#93872, odoo/design-themes#1139) did not succeed. You will need to fix it before this can be merged. Both this PR and the others will need to be approved via More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
|
@robodoo r+ |
|
@dylankiss @ticodoo linked pull request(s) odoo/design-themes#1139, odoo/enterprise#93872, odoo/odoo#225467 not ready. Linked PRs are not staged until all of them are ready. |
After the switch to Weblate, we now only use the `.weblate.json` file instead of the previous `.tx/config` file. X-original-commit: e2aac4f
9f7dbe6 to
a400c44
Compare
|
@robodoo r+ |
After the switch to Weblate, we now only use the `.weblate.json` file instead of the previous `.tx/config` file. Meanwhile added a new entry that was still added to the `.tx/config`. closes #225467 X-original-commit: 1a72f02 Related: odoo/enterprise#93872 Related: odoo/documentation#14491 Related: odoo/design-themes#1139 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
After the switch to Weblate, we now only use the `.weblate.json` file instead of the previous `.tx/config` file. closes #1139 X-original-commit: 74a1eb1 Related: odoo/odoo#225467 Related: odoo/enterprise#93872 Related: odoo/documentation#14491 Signed-off-by: Louis Wicket (wil) <wil@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
After the switch to Weblate, we now only use the `.weblate.json` file instead of the previous `.tx/config` file. closes #14491 X-original-commit: e2aac4f Related: odoo/odoo#225467 Related: odoo/enterprise#93872 Related: odoo/design-themes#1139 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>

After the switch to Weblate, we now only use the
.weblate.jsonfile instead of the previous.tx/configfile.Forward-Port-Of: #14487
Forward-Port-Of: #14471