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

Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 · on a74fe0a29252e8de5b737ff5cf56888380055981 · Romain Gautier · 14h ago
en.toml · 27 lines · 340 BTOML Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[skipToContent]
other = "Skip to content"

[about]
other = "About"

[minRead]
other = "{{ .Count }} min read"

[postsCount]
one = "{{ .Count }} post"
other = "{{ .Count }} posts"

[licenseText]
other = "Text is"

[subscribeRSS]
other = "Subscribe via RSS"

[rssLabel]
other = "RSS"

[latest]
other = "Latest"

[readMore]
other = "Read →"