Skip to content

Commit 7d061d5

Browse files
authored
Update catalan i18n file with additional data (adityatelange#1813)
1 parent 1cf5327 commit 7d061d5

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

i18n/ca.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66

77
- id: read_time
88
translation:
9-
one : "1 min"
10-
other: "{{ .Count }} min"
9+
one : "1 minut"
10+
other: "{{ .Count }} minuts"
11+
12+
- id: words
13+
translation:
14+
one : "paraula"
15+
other: "{{ .Count }} paraules"
1116

1217
- id: toc
1318
translation: "Taula de Continguts"
@@ -17,3 +22,12 @@
1722

1823
- id: home
1924
translation: "Inici"
25+
26+
- id: edit_post
27+
translation: "Editar"
28+
29+
- id: code_copy
30+
translation: "copiar"
31+
32+
- id: code_copied
33+
translation: "copiat!"

0 commit comments

Comments
 (0)