mykiwi/mykiwi.blogpublic Fork 0
b9bda7a8b01c38c6369f1e073f36bb851049f34b
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 b9bda7a8b01c38c6369f1e073f36bb851049f34b · Romain Gautier · 14h ago
ja.toml · 26 lines · 374 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
[skipToContent]
other = "コンテンツへスキップ"

[about]
other = "このサイトについて"

[minRead]
other = "{{ .Count }}分で読了"

[postsCount]
other = "{{ .Count }}件の投稿"

[licenseText]
other = "テキストは"

[subscribeRSS]
other = "RSSで購読"

[rssLabel]
other = "RSS"

[latest]
other = "最新"

[readMore]
other = "続きを読む →"