Theme Translation
To translate all default strings go to /themes/terio/i18n/en.toml file and edit it. Or you can create your own file for example fr.toml (filename = lang code) and then 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