18 lines
No EOL
320 B
TOML
18 lines
No EOL
320 B
TOML
# More documentation here: https://github.com/nicksnyder/go-i18n
|
|
[profile]
|
|
other = "Bonjour, je suis"
|
|
|
|
[home]
|
|
other = "Accueil"
|
|
|
|
[resume]
|
|
other = "Mon Curriculum vitæ"
|
|
|
|
[quotes]
|
|
other = "Je bidouille;Bref je code" # Split each quote with a ';'
|
|
|
|
[navigation]
|
|
other = "Naviguation"
|
|
|
|
[contact_me]
|
|
other = "Contactez moi :" |