From e8f0b413d5be0af2c693cf3b06f0d5501fe12c91 Mon Sep 17 00:00:00 2001 From: "Dylan Kiss (dyki)" Date: Thu, 24 Jul 2025 17:50:00 +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. This commit makes the config file a hidden file by default. The `.tx/config` file will be deleted in a later commit when the Transifex sync is shut down. closes odoo/design-themes#1123 Related: odoo/odoo#220844 Related: odoo/enterprise#91139 Signed-off-by: Louis Wicket (wil) --- weblate.json => .weblate.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename weblate.json => .weblate.json (100%) diff --git a/weblate.json b/.weblate.json similarity index 100% rename from weblate.json rename to .weblate.json