en.toml 486 B

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