From e5230e8c93d8fe3fb65eed454669c3764624ac8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:53:02 +0200 Subject: [PATCH] Add minute translation for catalan, spanish and french (#833) --- 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 d0479c63d..2a4402c28 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 5265bcdc2..84e10c9f1 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 e138e71a3..ade4ecfa7 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