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