Browse Source

Add minute translation for catalan, spanish and french (#833)

Bernat Borràs Civil 1 year ago
parent
commit
e5230e8c93
3 changed files with 12 additions and 0 deletions
  1. 4 0
      i18n/ad.toml
  2. 4 0
      i18n/es.toml
  3. 4 0
      i18n/fr.toml

+ 4 - 0
i18n/ad.toml

@@ -124,3 +124,7 @@ other = "Avís de Responsabilitat"
 
 [search]
 other = "Cerca"
+
+[minute]
+one = "minut"
+other = "minuts"

+ 4 - 0
i18n/es.toml

@@ -124,3 +124,7 @@ other = "Aviso de responsabilidad"
 
 [search]
 other = "Búsqueda"
+
+[minute]
+one = "minuto"
+other = "minutos"

+ 4 - 0
i18n/fr.toml

@@ -124,3 +124,7 @@ other = "Avis de responsabilité"
 
 [search]
 other = "Chercher"
+
+[minute]
+one = "minute"
+other = "minutes"