From 219fc3345721d2e384bd23a79ae5d777f946aa4a Mon Sep 17 00:00:00 2001
From: mrestivill <mrodriguezestivill@gmail.com>
Date: Fri, 02 Dec 2022 20:46:55 +0000
Subject: [PATCH] Feautre/new i18n ca (#594)
---
i18n/ca.toml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/i18n/ca.toml b/i18n/ca.toml
new file mode 100644
index 0000000..ea4299a
--- /dev/null
+++ b/i18n/ca.toml
@@ -0,0 +1,46 @@
+[more]
+other = "Més"
+
+[allTitle]
+other = "Tots els {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} recents"
+
+[readMore]
+other = "Llegir més"
+
+[by]
+other = "Per"
+
+[whatsInThis]
+other = "Qué hi ha en aquest {{ .Type }}"
+
+[related]
+other = "Relacionat"
+
+[yourName]
+other = "El teu nom"
+
+[emailAddress]
+other = "Adreça de correu electrònic"
+
+[message]
+other = "Missatge"
+
+[emailRequiredNote]
+other = "És necesari una adreça de correu electrònic."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "A continuació trobarà les pàgines associades al terme taxonòmic “{{ .Title }}”"
+
+[readingTime]
+one = "Lectura en un minut"
+other = "Lectura en {{ .Count }} minuts"
+
+[wordCount]
+one = "Una paraula"
+other = "{{ .Count }} paraules"
--
Gitblit v1.10.0