mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +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>
82 lines
2.8 KiB
JSON
82 lines
2.8 KiB
JSON
{
|
|
"projects": {
|
|
"odoo-19-doc": [
|
|
{
|
|
"name": "administration",
|
|
"filemask": "locale/*/LC_MESSAGES/administration.po",
|
|
"new_base": "locale/sources/administration.pot"
|
|
},
|
|
{
|
|
"name": "applications",
|
|
"filemask": "locale/*/LC_MESSAGES/applications.po",
|
|
"new_base": "locale/sources/applications.pot"
|
|
},
|
|
{
|
|
"name": "essentials",
|
|
"filemask": "locale/*/LC_MESSAGES/essentials.po",
|
|
"new_base": "locale/sources/essentials.pot"
|
|
},
|
|
{
|
|
"name": "finance",
|
|
"filemask": "locale/*/LC_MESSAGES/finance.po",
|
|
"new_base": "locale/sources/finance.pot"
|
|
},
|
|
{
|
|
"name": "general",
|
|
"filemask": "locale/*/LC_MESSAGES/general.po",
|
|
"new_base": "locale/sources/general.pot"
|
|
},
|
|
{
|
|
"name": "hr",
|
|
"filemask": "locale/*/LC_MESSAGES/hr.po",
|
|
"new_base": "locale/sources/hr.pot"
|
|
},
|
|
{
|
|
"name": "index",
|
|
"filemask": "locale/*/LC_MESSAGES/index.po",
|
|
"new_base": "locale/sources/index.pot"
|
|
},
|
|
{
|
|
"name": "inventory_and_mrp",
|
|
"filemask": "locale/*/LC_MESSAGES/inventory_and_mrp.po",
|
|
"new_base": "locale/sources/inventory_and_mrp.pot"
|
|
},
|
|
{
|
|
"name": "marketing",
|
|
"filemask": "locale/*/LC_MESSAGES/marketing.po",
|
|
"new_base": "locale/sources/marketing.pot"
|
|
},
|
|
{
|
|
"name": "productivity",
|
|
"filemask": "locale/*/LC_MESSAGES/productivity.po",
|
|
"new_base": "locale/sources/productivity.pot"
|
|
},
|
|
{
|
|
"name": "sales",
|
|
"filemask": "locale/*/LC_MESSAGES/sales.po",
|
|
"new_base": "locale/sources/sales.pot"
|
|
},
|
|
{
|
|
"name": "services",
|
|
"filemask": "locale/*/LC_MESSAGES/services.po",
|
|
"new_base": "locale/sources/services.pot"
|
|
},
|
|
{
|
|
"name": "studio",
|
|
"filemask": "locale/*/LC_MESSAGES/studio.po",
|
|
"new_base": "locale/sources/studio.pot"
|
|
},
|
|
{
|
|
"name": "user_settings",
|
|
"filemask": "locale/*/LC_MESSAGES/settings.po",
|
|
"new_base": "locale/sources/settings.pot"
|
|
},
|
|
{
|
|
"name": "websites",
|
|
"filemask": "locale/*/LC_MESSAGES/websites.po",
|
|
"new_base": "locale/sources/websites.pot"
|
|
}
|
|
]
|
|
}
|
|
}
|