From b456e6e1df9ce25bb12eeff8d28b336c60f5ca7e Mon Sep 17 00:00:00 2001 From: Pierre Marcurat Date: Thu, 4 Jan 2024 09:39:15 +0100 Subject: [PATCH] fix: remove unused translation --- config/custom_locales/links.en.yml | 14 -------------- config/custom_locales/links.fr.yml | 7 ------- config/i18n-tasks.yml | 1 + 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/config/custom_locales/links.en.yml b/config/custom_locales/links.en.yml index b1e13ce474d..76c1a7a3e78 100644 --- a/config/custom_locales/links.en.yml +++ b/config/custom_locales/links.en.yml @@ -6,7 +6,6 @@ en: alt: "Logo DMRA" height: 90 width: 240 - name: "DMRA" provided_by: "DMRA" title: "Direction de la Modernisation et des Réformes de l'Administration" url: "https://www.service-public.pf/voir/annuaire/dmra-direction-modernisation-et-reformes-administration/" @@ -14,8 +13,6 @@ en: description_1: | Mes-Démarches is supported by Direction of Modernization and Reform of the Administration and forked from demarches-simplifiees.fr, led by - aide: - url: "https://faq.demarches-simplifiees.fr" cgu: url: "https://mes-demarches.gitbook.io/documentation/cgu" rgpd: @@ -24,18 +21,7 @@ en: url: "https://mes-demarches.gitbook.io/documentation/cgu#rgpd" doc: url: "https://mes-demarches.gitbook.io/documentation" - faq: - url: "https://mes-demarches.gitbook.io/documentation/questions-frequentes" - mentions_legales: - url: "https://mes-demarches.gitbook.io/documentation/cgu#mentions-legales" releases: url: "https://github.com/govpf/mes-demarches/releases" status_page: url: "https://updown.io/cugq" - suivi: - label: "Audience tracking and privacy" - title: "Audience tracking and privacy" - webinaire: - label: "Online workshop registration" - title: "Online workshop registration" - url: "https://app.livestorm.co/demarches-simplifiees" diff --git a/config/custom_locales/links.fr.yml b/config/custom_locales/links.fr.yml index 965bf1124b0..c50fc4d38f5 100644 --- a/config/custom_locales/links.fr.yml +++ b/config/custom_locales/links.fr.yml @@ -6,7 +6,6 @@ fr: alt: "Logo DMRA" height: 90 width: 240 - name: "DMRA" provided_by: "la DMRA" title: "Direction de la Modernisation et des Réformes de l'Administration" url: "https://www.service-public.pf/voir/annuaire/dmra-direction-modernisation-et-reformes-administration/" @@ -14,8 +13,6 @@ fr: description_1: | Mes-Démarches est porté par la Direction de la Modernisation et des Réformes de l'Administration et est basé sur démarches-simplifiées.fr créé par - aide: - url: "https://faq.demarches-simplifiees.fr" cgu: url: "https://mes-demarches.gitbook.io/documentation/cgu" rgpd: @@ -24,10 +21,6 @@ fr: url: "https://mes-demarches.gitbook.io/documentation/cgu#rgpd" doc: url: "https://mes-demarches.gitbook.io/documentation" - faq: - url: "https://mes-demarches.gitbook.io/documentation/questions-frequentes" - mentions_legales: - url: "https://mes-demarches.gitbook.io/documentation/cgu#mentions-legales" releases: url: "https://github.com/govpf/mes-demarches/releases" status_page: diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 687418fadf8..154a2d0c1fb 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -17,6 +17,7 @@ data: read: - config/locales/*%{locale}.yml - config/locales/**/*%{locale}.yml + - config/custom_locales/*%{locale}.yml # Locale files to write new keys to, based on a list of key pattern => file rules. Matched from top to bottom: # `i18n-tasks normalize -p` will force move the keys according to these rules