mykiwi/mykiwi.blogpublic Fork 0
1ce0eef91b735b1a8e1c1a3977d48214117e2921
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.

pt.toml · 27 lines · 366 BTOML Blame HistoryRaw
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 15h ago1[skipToContent]
2other = "Pular para o conteúdo"
3
4[about]
5other = "Sobre"
6
7[minRead]
8other = "{{ .Count }} min de leitura"
9
10[postsCount]
11one = "{{ .Count }} post"
12other = "{{ .Count }} posts"
13
14[licenseText]
15other = "Texto sob licença"
16
17[subscribeRSS]
18other = "Assine via RSS"
19
20[rssLabel]
21other = "RSS"
22
23[latest]
24other = "Mais recente"
25
26[readMore]
27other = "Ler →"