mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[I18N] *: remove .tx/config
After the switch to Weblate, we now only use the `.weblate.json` file
instead of the previous `.tx/config` file.
closes odoo/documentation#14491
X-original-commit: e2aac4f5a7
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>
This commit is contained in:
152
.tx/config
152
.tx/config
@@ -1,152 +0,0 @@
|
|||||||
[main]
|
|
||||||
host = https://www.transifex.com
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:administration]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/administration.po
|
|
||||||
source_file = locale/sources/administration.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = administration
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:applications]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/applications.po
|
|
||||||
source_file = locale/sources/applications.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = applications
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:essentials]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/essentials.po
|
|
||||||
source_file = locale/sources/essentials.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = essentials
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:finance]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/finance.po
|
|
||||||
source_file = locale/sources/finance.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = finance
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:general]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/general.po
|
|
||||||
source_file = locale/sources/general.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = general
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:hr]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/hr.po
|
|
||||||
source_file = locale/sources/hr.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = hr
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:index]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/index.po
|
|
||||||
source_file = locale/sources/index.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = index
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:inventory_and_mrp]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/inventory_and_mrp.po
|
|
||||||
source_file = locale/sources/inventory_and_mrp.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = inventory_and_mrp
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:marketing]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/marketing.po
|
|
||||||
source_file = locale/sources/marketing.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = marketing
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:productivity]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/productivity.po
|
|
||||||
source_file = locale/sources/productivity.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = productivity
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:sales]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/sales.po
|
|
||||||
source_file = locale/sources/sales.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = sales
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:services]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/services.po
|
|
||||||
source_file = locale/sources/services.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = services
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:user_settings]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/settings.po
|
|
||||||
source_file = locale/sources/settings.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = settings
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:studio]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/studio.po
|
|
||||||
source_file = locale/sources/studio.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = studio
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
[o:odoo:p:odoo-18-doc:r:websites]
|
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/websites.po
|
|
||||||
source_file = locale/sources/websites.pot
|
|
||||||
type = POT
|
|
||||||
minimum_perc = 0
|
|
||||||
resource_name = websites
|
|
||||||
replace_edited_strings = false
|
|
||||||
keep_translations = false
|
|
||||||
source_lang = en
|
|
||||||
Reference in New Issue
Block a user