en.toml (809B)
1 [posts]
2 other = "Posts"
3
4 [categories]
5 other = "Categories"
6
7 [tags]
8 other = "Tags"
9
10 [series]
11 other = "Series"
12
13 # Translation for categories
14 [geekery]
15 other = "Geekery"
16
17 [my-life]
18 other = "My Life"
19
20 [programming]
21 other = "Programming"
22
23 [site-related]
24 other = "Site Related"
25
26 # Translation for tags
27 [arch-linux]
28 other = "Arch Linux"
29
30 [c-plus-plus]
31 other = "C++"
32
33 [design]
34 other = "Design"
35
36 [emacs-lisp]
37 other = "Emacs Lisp"
38
39 [emacs]
40 other = "Emacs"
41
42 [email]
43 other = "Email"
44
45 [font]
46 other = "Font"
47
48 [hugo]
49 other = "Hugo"
50
51 [keyboard]
52 other = "Keyboard"
53
54 [mastodon]
55 other = "Mastodon"
56
57 [plans]
58 other = "Plans"
59
60 [security]
61 other = "Security"
62
63 [server]
64 other = "Server"
65
66 [social-network]
67 other = "Social Network"
68
69 [typesetting]
70 other = "Typesetting"
71
72 # Translation for series
73 [fun-with-fonts]
74 other = "Fun With Fonts"