mykiwi/mykiwi.blogpublic Fork 0
8145a2ac9ae8578fa5403ccbfb4b6c464fc65e58
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.

en.toml · 27 lines · 340 BTOML Blame HistoryRaw
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 15h ago1[skipToContent]
2other = "Skip to content"
3
4[about]
5other = "About"
6
7[minRead]
8other = "{{ .Count }} min read"
9
10[postsCount]
11one = "{{ .Count }} post"
12other = "{{ .Count }} posts"
13
14[licenseText]
15other = "Text is"
16
17[subscribeRSS]
18other = "Subscribe via RSS"
19
20[rssLabel]
21other = "RSS"
22
23[latest]
24other = "Latest"
25
26[readMore]
27other = "Read →"