-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[I18N] *: add config file for weblate #14134
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
Conversation
6298fd9
to
e40739f
Compare
@robodoo fw=no |
Disabled forward-porting. |
@odoo/doc-review this one too @robodoo r+ |
@ticodoo you may want to rebuild or fix this PR as it has failed CI. |
Once runbot adds it in their backend, rebuilding the codeowner_coverage build should be enough. |
Should be good now. The runbot team added the rule and the ci/documentation_coverage is green 🚀 |
@dylankiss @ticodoo linked pull request(s) odoo/enterprise#90942 not ready. Linked PRs are not staged until all of them are ready. |
We are switching our translations platform from Transifex to Weblate. Hence, we are using a new config file to sync our translations between GitHub and Weblate. The `.tx/config` file will be deleted in a later commit when the Transifex sync is shut down.
e40739f
to
87a247b
Compare
@robodoo r+ |
We are switching our translations platform from Transifex to Weblate. Hence, we are using a new config file to sync our translations between GitHub and Weblate. The `.tx/config` file will be deleted in a later commit when the Transifex sync is shut down. closes #220402 Related: odoo/enterprise#90942 Related: odoo/documentation#14134 Related: odoo/design-themes#1119 Signed-off-by: Tiffany Chang (tic) <[email protected]>
We are switching our translations platform from Transifex to Weblate. Hence, we are using a new config file to sync our translations between GitHub and Weblate. The `.tx/config` file will be deleted in a later commit when the Transifex sync is shut down. closes #1119 Related: odoo/odoo#220402 Related: odoo/enterprise#90942 Related: odoo/documentation#14134 Signed-off-by: Louis Wicket (wil) <[email protected]>
@@ -2,6 +2,7 @@ | |||
*.mo | |||
.* | |||
!.gitattributes | |||
!.weblate.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why put it in the .gitignore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a negation. All dot-files are ignored before, and here we are "un"ignoring the .weblate.json
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I missed the !
No description provided.