From ae48f1cdfd2cc6ff718f83e7169c522cee68fb9f Mon Sep 17 00:00:00 2001 From: "Louis Wicket (wil)" <wil@odoo.com> Date: Thu, 13 Jul 2023 13:11:16 +0000 Subject: [PATCH] [I18N] add auth_ldap module to .tx/config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The “Authentication via LDAP†module is not available on Transifex for Odoo 16+ projects. This commit adds it to the list of translatable resources by referencing it in .tx/config. closes odoo/odoo#128431 Signed-off-by: Louis Wicket (wil) <wil@odoo.com> --- .tx/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.tx/config b/.tx/config index 2a2ba824dda9..6ab8adb60720 100644 --- a/.tx/config +++ b/.tx/config @@ -118,6 +118,14 @@ type = PO minimum_perc = 0 resource_name = analytic +[o:odoo:p:odoo-16:r:auth_ldap] +file_filter = addons/auth_ldap/i18n/<lang>.po +source_file = addons/auth_ldap/i18n/auth_ldap.pot +source_lang = en +type = PO +minimum_perc = 0 +resource_name = auth_ldap + [o:odoo:p:odoo-16:r:auth_oauth] file_filter = addons/auth_oauth/i18n/<lang>.po source_file = addons/auth_oauth/i18n/auth_oauth.pot -- GitLab