How can I translate the modular page to other languages. I read the documentation again about modular page, but did not find anything about translating modular pages. By analogy with my other site, I set up multilang.
languages:
supported:
- ua
- ru
- ro
- en
default_lang: ua
include_default_lang: false
include_default_lang_file_extension: true
translations: true
translations_fallback: true
session_store_active: false
http_accept_language: false
override_locale: false
content_fallback:
ua: ua
ru: ru
en: en
ro: ro
pages_fallback_only: true
home:
alias: /home
I created a page for English
02.home-eng winth modular.en.md
title: 'Home Eng'
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _showcase
- _highlights
- _callout
- _features
For English page url is /en/home-eng but page on frontend is blank