From b143379a1651648f8daa4e7c048ac9ecfcd1cd62 Mon Sep 17 00:00:00 2001 From: Florian Necas <39771412+f-necas@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:09:09 +0100 Subject: [PATCH] Disable translations for datahub header titles As they are now better --- datahub/conf/default.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datahub/conf/default.toml b/datahub/conf/default.toml index 04c58d1..092732e 100644 --- a/datahub/conf/default.toml +++ b/datahub/conf/default.toml @@ -221,8 +221,8 @@ external_viewer_open_new_tab = true # Welcome to Organization's
# wonderful data catalogue # """ -[translations.en] -datahub.header.title.html = '
Discover all the data
of your platform
' +#[translations.en] +#datahub.header.title.html = '
Discover all the data
of your platform
' -[translations.fr] -datahub.header.title.html = '
Toutes les données
de votre plateforme
' +#[translations.fr] +#datahub.header.title.html = '
Toutes les données
de votre plateforme
'