en.toml 505 B

123456789101112131415161718192021222324252627282930313233
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "Home"
  4. [posts]
  5. other = "Posts"
  6. [at]
  7. other = "at"
  8. [resume]
  9. other = "My resume"
  10. [navigation]
  11. other = "Navigation"
  12. [contact_me]
  13. other = "Contact me:"
  14. [newsletter_text]
  15. other = "Stay up to date with email notification"
  16. [newsletter_input_placeholder]
  17. other = "Enter email"
  18. [newsletter_warning]
  19. other = "We'll never share your email with anyone else."
  20. [submit]
  21. other = "Submit"
  22. [hugoAttributionText]
  23. other = "Powered by"