From 97fc6728613628833070314b6c3cf7dfe56b84f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o?= Date: Mon, 23 Feb 2026 15:22:13 +0100 Subject: [PATCH 1/2] More human readable fao ok name --- src/localisation/en.ts | 1 + src/localisation/fr.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/localisation/en.ts b/src/localisation/en.ts index 8cc776c..e40bad7 100644 --- a/src/localisation/en.ts +++ b/src/localisation/en.ts @@ -35,6 +35,7 @@ export const en = { 'press-books': 'Pressbooks', ted: 'TED', uved: 'UVED', + 'fao-open-knowledge': 'Food and Agriculture Organization of the United Nations', wikipedia: 'Wikipedia' }, download: 'Download', diff --git a/src/localisation/fr.ts b/src/localisation/fr.ts index 9dfcc09..511b9e7 100644 --- a/src/localisation/fr.ts +++ b/src/localisation/fr.ts @@ -35,6 +35,7 @@ export const fr = { 'press-books': 'Pressbooks', ted: 'TED', uved: 'UVED', + 'fao-open-knowledge': 'Organisation des Nations unies pour l\'alimentation et l\'agriculture', wikipedia: 'Wikipedia' }, download: 'Télécharger', From 3bfd9a1f25cc50431f5358bddb43acf9374e33e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o?= Date: Mon, 23 Feb 2026 16:00:25 +0100 Subject: [PATCH 2/2] Prettify --- src/localisation/fr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localisation/fr.ts b/src/localisation/fr.ts index 511b9e7..ea66819 100644 --- a/src/localisation/fr.ts +++ b/src/localisation/fr.ts @@ -35,7 +35,7 @@ export const fr = { 'press-books': 'Pressbooks', ted: 'TED', uved: 'UVED', - 'fao-open-knowledge': 'Organisation des Nations unies pour l\'alimentation et l\'agriculture', + 'fao-open-knowledge': "Organisation des Nations unies pour l'alimentation et l'agriculture", wikipedia: 'Wikipedia' }, download: 'Télécharger',