language.toml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. ############################# English ############################
  2. [en]
  3. languageName = "En"
  4. title = "Bigspring Hugo"
  5. contentDir = "content/english" # content/english
  6. weight = 1
  7. ########### footer content ##########
  8. footer_menu_left = "Company"
  9. footer_menu_middle = "Product"
  10. footer_menu_right = "Support"
  11. footer_content = "Lorem ipsum dolor sit amet, consectetur elit. Consjat tristique eget amet, tempus eu at cttur."
  12. # copyright
  13. copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethugothemes](https://gethugothemes.com/)"
  14. ############################# Deutsch ############################
  15. [ch]
  16. languageName = "中文"
  17. title = "Bigspring Hugo"
  18. contentDir = "content/deutsch" # content/german
  19. weight = 2
  20. ########### footer content ##########
  21. footer_menu_left = "Firma"
  22. footer_menu_middle = "Produkte"
  23. footer_menu_right = "Support"
  24. footer_content = "Lorem ipsum dolor sit amet, consectetur elit. Consjat tristique eget amet, tempus eu at cttur."
  25. # copyright
  26. copyright = "Design von [Themefisher](https://themefisher.com/) Entwickelt von [Gethugothemes](https://gethugothemes.com/)"