Theme Translation

To translate all default strings go to /themes/ober/i18n/en.toml file and edit it or you can create your own file for example fr.toml (filename = lang code) and change default language settings in /config.toml file for submit language change:

[all]
other = "All"

[readMore]
other = "Read more"

[by]
other = "By"

[yourName]
other = "Name"

[enterYourName]
other = "Enter your full name"

[yourEmail]
other = "Email Address"

[enterYourEmail]
other = "Enter your email address"

[yourMessage]
other = "Message"

[enterYourMessage]
other = "Enter your message here"

Last updated