Skip to content

Commit 04ca2e0

Browse files
authored
feat: improve Spanish and add Catalan translations (#653)
* Improve Spanish translation * Add translation to Catalan
1 parent f8c5529 commit 04ca2e0

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

i18n/ca.toml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
[categories]
2+
other = "Categories"
3+
4+
[authors]
5+
other = "Autors"
6+
7+
[tags]
8+
other = "Etiquetes"
9+
10+
[socialMedia]
11+
other = "Xarxes socials"
12+
13+
[latestPosts]
14+
other = "Últimes publicacions"
15+
16+
[search]
17+
other = "Cercar ..."
18+
19+
[noSearchResults]
20+
other = "No s'ha trobat res."
21+
22+
[olderPosts]
23+
other = "Publicacions més antigues"
24+
25+
[newerPosts]
26+
other = "Publicacions més recents"
27+
28+
[continueReading]
29+
other = "Seguir llegint"
30+
31+
[otherLanguages]
32+
other = "Altres idiomes"
33+
34+
[readingTime]
35+
one = "Trigaràs 1 minut en llegir-lo"
36+
other = "Trigaràs {{.Count}} minuts en llegir-lo"
37+
38+
[tableOfContents]
39+
other = "Taula de continguts"
40+
41+
[series]
42+
other = "Sèrie"
43+
44+
[archive]
45+
other = "Arxiu"

i18n/es.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ other = "Últimas publicaciones"
1717
other = "Buscar ..."
1818

1919
[noSearchResults]
20-
other = "Nada encontrado."
20+
other = "No se ha encontrado nada."
2121

2222
[olderPosts]
23-
other = "Publicaciones anteriores"
23+
other = "Publicaciones más antiguas"
2424

2525
[newerPosts]
26-
other = "Publicaciones recientes"
26+
other = "Publicaciones más recientes"
2727

2828
[continueReading]
2929
other = "Seguir leyendo"
@@ -32,11 +32,14 @@ other = "Seguir leyendo"
3232
other = "Otros idiomas"
3333

3434
[readingTime]
35-
one = "1 minuto de lectura"
36-
other = "{{ .Count }} minutos de lectura"
35+
one = "Tardarás 1 minuto en leerlo"
36+
other = "Tardarás {{ .Count }} minutos en leerlo"
3737

3838
[tableOfContents]
3939
other = "Tabla de contenidos"
4040

4141
[series]
4242
other = "Series"
43+
44+
[archive]
45+
other = "Archivo"

0 commit comments

Comments
 (0)