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.

fr.toml · 27 lines · 370 BTOML Blame HistoryRaw
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 19h ago1[skipToContent]
2other = "Passer au contenu"
3
4[about]
5other = "À propos"
6
7[minRead]
8other = "{{ .Count }} min de lecture"
9
10[postsCount]
11one = "{{ .Count }} article"
12other = "{{ .Count }} articles"
13
14[licenseText]
15other = "Texte sous licence"
16
17[subscribeRSS]
18other = "S'abonner via RSS"
19
20[rssLabel]
21other = "RSS"
22
23[latest]
24other = "Dernier"
25
26[readMore]
27other = "Lire →"