51 lines
No EOL
692 B
TOML
51 lines
No EOL
692 B
TOML
# More documentation here: https://github.com/nicksnyder/go-i18n
|
|
[home]
|
|
other = "Home"
|
|
|
|
[posts]
|
|
other = "Posts"
|
|
|
|
[toc_heading]
|
|
other = "Table of Contents"
|
|
|
|
[at]
|
|
other = "at"
|
|
|
|
[resume]
|
|
other = "My resume"
|
|
|
|
[navigation]
|
|
other = "Navigation"
|
|
|
|
[contact_me]
|
|
other = "Contact me:"
|
|
|
|
[email]
|
|
other = "Email"
|
|
|
|
[phone]
|
|
other = "Phone"
|
|
|
|
[newsletter_text]
|
|
other = "Stay up to date with email notification"
|
|
|
|
[newsletter_input_placeholder]
|
|
other = "Enter email"
|
|
|
|
[newsletter_warning]
|
|
other = "We'll never share your email with anyone else."
|
|
|
|
[submit]
|
|
other = "Submit"
|
|
|
|
[hugoAttributionText]
|
|
other = "Powered by"
|
|
|
|
[prev]
|
|
other = "Prev"
|
|
|
|
[next]
|
|
other = "Next"
|
|
|
|
[improve_this_page]
|
|
other = "Improve this page" |