Can data files be translated?

Yes, but the data feature is deliberately not a first class citizen of the i18n country, so you’ll have to make up the model yourself, i.e. maybe:

/data/en
/data/fr

...

$myData := (index .Site.Data .Site.Lang)
1 Like