From cdb396eb8005454305c3a118137367d73c9ed788 Mon Sep 17 00:00:00 2001 From: "Dylan Kiss (dyki)" Date: Fri, 25 Jul 2025 17:13:25 +0200 Subject: [PATCH] [I18N] *: add config file for Weblate 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 odoo/design-themes#1121 Related: odoo/odoo#220627 Related: odoo/enterprise#91046 Signed-off-by: Louis Wicket (wil) --- .weblate.json | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 .weblate.json diff --git a/.weblate.json b/.weblate.json new file mode 100644 index 000000000..3d2604cae --- /dev/null +++ b/.weblate.json @@ -0,0 +1,146 @@ +{ + "projects": { + "odoo-s18-3": [ + { + "name": "theme_anelusia", + "filemask": "theme_anelusia/i18n/*.po", + "new_base": "theme_anelusia/i18n/theme_anelusia.pot" + }, + { + "name": "theme_artists", + "filemask": "theme_artists/i18n/*.po", + "new_base": "theme_artists/i18n/theme_artists.pot" + }, + { + "name": "theme_avantgarde", + "filemask": "theme_avantgarde/i18n/*.po", + "new_base": "theme_avantgarde/i18n/theme_avantgarde.pot" + }, + { + "name": "theme_aviato", + "filemask": "theme_aviato/i18n/*.po", + "new_base": "theme_aviato/i18n/theme_aviato.pot" + }, + { + "name": "theme_beauty", + "filemask": "theme_beauty/i18n/*.po", + "new_base": "theme_beauty/i18n/theme_beauty.pot" + }, + { + "name": "theme_bewise", + "filemask": "theme_bewise/i18n/*.po", + "new_base": "theme_bewise/i18n/theme_bewise.pot" + }, + { + "name": "theme_bistro", + "filemask": "theme_bistro/i18n/*.po", + "new_base": "theme_bistro/i18n/theme_bistro.pot" + }, + { + "name": "theme_bookstore", + "filemask": "theme_bookstore/i18n/*.po", + "new_base": "theme_bookstore/i18n/theme_bookstore.pot" + }, + { + "name": "theme_buzzy", + "filemask": "theme_buzzy/i18n/*.po", + "new_base": "theme_buzzy/i18n/theme_buzzy.pot" + }, + { + "name": "theme_clean", + "filemask": "theme_clean/i18n/*.po", + "new_base": "theme_clean/i18n/theme_clean.pot" + }, + { + "name": "theme_cobalt", + "filemask": "theme_cobalt/i18n/*.po", + "new_base": "theme_cobalt/i18n/theme_cobalt.pot" + }, + { + "name": "theme_common", + "filemask": "theme_common/i18n/*.po", + "new_base": "theme_common/i18n/theme_common.pot" + }, + { + "name": "theme_enark", + "filemask": "theme_enark/i18n/*.po", + "new_base": "theme_enark/i18n/theme_enark.pot" + }, + { + "name": "theme_graphene", + "filemask": "theme_graphene/i18n/*.po", + "new_base": "theme_graphene/i18n/theme_graphene.pot" + }, + { + "name": "theme_kea", + "filemask": "theme_kea/i18n/*.po", + "new_base": "theme_kea/i18n/theme_kea.pot" + }, + { + "name": "theme_kiddo", + "filemask": "theme_kiddo/i18n/*.po", + "new_base": "theme_kiddo/i18n/theme_kiddo.pot" + }, + { + "name": "theme_loftspace", + "filemask": "theme_loftspace/i18n/*.po", + "new_base": "theme_loftspace/i18n/theme_loftspace.pot" + }, + { + "name": "theme_monglia", + "filemask": "theme_monglia/i18n/*.po", + "new_base": "theme_monglia/i18n/theme_monglia.pot" + }, + { + "name": "theme_nano", + "filemask": "theme_nano/i18n/*.po", + "new_base": "theme_nano/i18n/theme_nano.pot" + }, + { + "name": "theme_notes", + "filemask": "theme_notes/i18n/*.po", + "new_base": "theme_notes/i18n/theme_notes.pot" + }, + { + "name": "theme_odoo_experts", + "filemask": "theme_odoo_experts/i18n/*.po", + "new_base": "theme_odoo_experts/i18n/theme_odoo_experts.pot" + }, + { + "name": "theme_orchid", + "filemask": "theme_orchid/i18n/*.po", + "new_base": "theme_orchid/i18n/theme_orchid.pot" + }, + { + "name": "theme_paptic", + "filemask": "theme_paptic/i18n/*.po", + "new_base": "theme_paptic/i18n/theme_paptic.pot" + }, + { + "name": "theme_real_estate", + "filemask": "theme_real_estate/i18n/*.po", + "new_base": "theme_real_estate/i18n/theme_real_estate.pot" + }, + { + "name": "theme_treehouse", + "filemask": "theme_treehouse/i18n/*.po", + "new_base": "theme_treehouse/i18n/theme_treehouse.pot" + }, + { + "name": "theme_vehicle", + "filemask": "theme_vehicle/i18n/*.po", + "new_base": "theme_vehicle/i18n/theme_vehicle.pot" + }, + { + "name": "theme_yes", + "filemask": "theme_yes/i18n/*.po", + "new_base": "theme_yes/i18n/theme_yes.pot" + }, + { + "name": "theme_zap", + "filemask": "theme_zap/i18n/*.po", + "new_base": "theme_zap/i18n/theme_zap.pot" + } + ] + } +}