30 lines
No EOL
603 B
TOML
30 lines
No EOL
603 B
TOML
# More documentation here: https://github.com/nicksnyder/go-i18n
|
|
[profile]
|
|
other = "Hello, I am"
|
|
|
|
[home]
|
|
other = "Home"
|
|
|
|
[resume]
|
|
other = "My resume"
|
|
|
|
[quotes]
|
|
other = "I am a Developer;I am a Devops;I love servers;I work on open-source projects;I love to work with some fun projects" # Split each quote with a ';'
|
|
|
|
[navigation]
|
|
other = "Navigation"
|
|
|
|
[contact_me]
|
|
other = "Contact me:"
|
|
|
|
[newsletter_text]
|
|
other = "Stay up to date with email notification"
|
|
|
|
[newsletter_input]
|
|
other = "Enter email"
|
|
|
|
[newsletter_warning]
|
|
other = "We'll never share your email with anyone else."
|
|
|
|
[submit]
|
|
other = "Submit" |