From 67175cb4429418fbd1fae60f275b713278534158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Moll=C3=A0?= Date: Mon, 24 Nov 2025 23:18:27 +0100 Subject: [PATCH] Update catalan i18n file with additional data --- i18n/ca.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/i18n/ca.yaml b/i18n/ca.yaml index 15713e12e7..f2b2e357d2 100644 --- a/i18n/ca.yaml +++ b/i18n/ca.yaml @@ -6,8 +6,13 @@ - id: read_time translation: - one : "1 min" - other: "{{ .Count }} min" + one : "1 minut" + other: "{{ .Count }} minuts" + +- id: words + translation: + one : "paraula" + other: "{{ .Count }} paraules" - id: toc translation: "Taula de Continguts" @@ -17,3 +22,12 @@ - id: home translation: "Inici" + +- id: edit_post + translation: "Editar" + +- id: code_copy + translation: "copiar" + +- id: code_copied + translation: "copiat!" \ No newline at end of file