mirror of
https://github.com/odoo/documentation.git
synced 2025-12-11 23:19:12 +07:00
After the switch to Weblate, we now only use the `.weblate.json` file
instead of the previous `.tx/config` file.
We update the `.weblate.json` file to reflect the current state of the
module translations and remove the `.tx/config` file.
closes odoo/documentation#14507
X-original-commit: 66914b8aed
Related: odoo/odoo#225795
Related: odoo/enterprise#94040
Related: odoo/design-themes#1140
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
12 lines
96 B
Plaintext
12 lines
96 B
Plaintext
*.pyc
|
|
*.mo
|
|
.*
|
|
!.gitattributes
|
|
!.weblate.json
|
|
|
|
# Sphinx build files
|
|
_build/
|
|
|
|
# Dependencies
|
|
odoo
|