From 6a298900a5580e268e49c26de947b976e85c617e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Clasc=C3=A0?= Date: Sun, 19 Feb 2023 15:27:33 +0100 Subject: [PATCH] Adds catalan language (#350) * Adds catalan language * Detailed correction --- i18n/ca.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 i18n/ca.toml diff --git a/i18n/ca.toml b/i18n/ca.toml new file mode 100644 index 0000000..1544d74 --- /dev/null +++ b/i18n/ca.toml @@ -0,0 +1,25 @@ +[404_title] + other = "404" +[404_description] + other = "Vaja! O bé has trobat un error{{ with .Site.Params.email }} (en aquest cas, [si us plau, avisa'm](mailto:{{ . }})) {{ end }} o simplement t'estàs inventant alguna cosa. Aquesta pàgina no existeix!" +[index_projects_allProjects] + other = "Tots els projectes" +[index_blog_latestPosts] + other = "Últimes entrades" +[index_blog_allPosts] + other = "Totes les entrades" +[index_blog_readMore] + other = "Llegir-ne més" +[index_currentTime] + other = "La meva hora local és" +[nav_backToSection] + other = "Tornar a {{ .Title }}" +[nav_main] + other = "Inici" +[blog_readingTime] + one = "Temps de lectura: {{ .Count }} minut" + other = "Temps de lectura: {{ .Count }} minuts" +[blog_shareThis] + other = "Comparteix-ho" +[footer_text] + other = "Tema [**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) per [Hugo](http://gohugo.io/). Fet amb [ i ](https://victoria.dev) per col·laboradors de codi obert."