Translation customization¶
You can override every texts in translations files, based on default ones.
You should at least override home.title
, home.description
and home.welcome-text
.
Here is an example of overriding the /customization/translations/en.json
file:
{
"header": {
"home": "Welcome"
},
"home": {
"title": "Hiking in nature",
"description": "Discover the walks in the region",
"welcome-text": "The eco-friendly digital guide to explore and share my local discoveries!"
},
"footer": {
"geotrek": "Geotrek Application"
},
"report": {
"title": "Report a problem or an error along the hike"
},
}