mykiwi/mykiwi.blogpublic Fork 0
479f7e2baff211e8f6ca4d3441f31da4f33f39aa
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

es.toml · 27 lines · 380 BTOML Blame HistoryRaw
Add Spanish (es) language support 479f7e2 Romain Gautier 15h ago1[skipToContent]
2other = "Saltar al contenido"
3
4[about]
5other = "Acerca de"
6
7[minRead]
8other = "{{ .Count }} min de lectura"
9
10[postsCount]
11one = "{{ .Count }} artículo"
12other = "{{ .Count }} artículos"
13
14[licenseText]
15other = "Texto bajo licencia"
16
17[subscribeRSS]
18other = "Suscribirse vía RSS"
19
20[rssLabel]
21other = "RSS"
22
23[latest]
24other = "Último"
25
26[readMore]
27other = "Leer →"