From 686079740eee1afbad1f9e6fa4e23b343708d5ae Mon Sep 17 00:00:00 2001 From: BernatBC Date: Mon, 13 Nov 2023 19:34:29 +0200 Subject: [PATCH] Add minute translation for catalan, spanish and french --- i18n/ad.toml | 4 ++++ i18n/es.toml | 4 ++++ i18n/fr.toml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/i18n/ad.toml b/i18n/ad.toml index d0479c6..2a4402c 100644 --- a/i18n/ad.toml +++ b/i18n/ad.toml @@ -124,3 +124,7 @@ other = "Avís de Responsabilitat" [search] other = "Cerca" + +[minute] +one = "minut" +other = "minuts" \ No newline at end of file diff --git a/i18n/es.toml b/i18n/es.toml index 5265bcd..84e10c9 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -124,3 +124,7 @@ other = "Aviso de responsabilidad" [search] other = "Búsqueda" + +[minute] +one = "minuto" +other = "minutos" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml index e138e71..ade4ecf 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -124,3 +124,7 @@ other = "Avis de responsabilité" [search] other = "Chercher" + +[minute] +one = "minute" +other = "minutes" \ No newline at end of file