From 57438a674244cd8b41e8d460a9b2b24f20de283f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Clasc=C3=A0?= Date: Fri, 30 Dec 2022 12:48:50 +0100 Subject: [PATCH 1/2] Adds catalan language --- 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 00000000..aaaaa59d --- /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 coses. Aquesta pàgina no existeix!" +[index_projects_allProjects] + other = "Tots els treballs" +[index_blog_latestPosts] + other = "Últimes entrades" +[index_blog_allPosts] + other = "Totes les entrades" +[index_blog_readMore] + other = "Llegir 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" +[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." From 57083e1ca7c7c52485368073e9c583684a4a7cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Clasc=C3=A0?= Date: Fri, 30 Dec 2022 18:37:54 +0100 Subject: [PATCH 2/2] Detailed correction --- i18n/ca.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/ca.toml b/i18n/ca.toml index aaaaa59d..1544d748 100644 --- a/i18n/ca.toml +++ b/i18n/ca.toml @@ -1,15 +1,15 @@ [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 coses. Aquesta pàgina no existeix!" + 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 treballs" + other = "Tots els projectes" [index_blog_latestPosts] other = "Últimes entrades" [index_blog_allPosts] other = "Totes les entrades" [index_blog_readMore] - other = "Llegir més" + other = "Llegir-ne més" [index_currentTime] other = "La meva hora local és" [nav_backToSection] @@ -20,6 +20,6 @@ one = "Temps de lectura: {{ .Count }} minut" other = "Temps de lectura: {{ .Count }} minuts" [blog_shareThis] - other = "Comparteix" + 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."