How to translate a modular page

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

it seems to work, I copied the files to a folder from 1.home into 2.home_ro and rename all md files to modular.ro.md, hero.ro and etc
±–01.home
| | modular.md
| |
| ±–01._hero
| | header.jpg
| | hero.md
| |
| ±–02._highlights
| | features.md
| |
| ±–03._callout
| | jeep.jpg
| | text.md
| |
| -–04._features
| features.md
|
-–02.home_ro
| modular.ro.md
|
±–01._hero
| header.jpg
| hero.ro.md
|
±–02._highlights
| features.ro.md
|
±–03._callout
| jeep.jpg
| text.ro.md
|
-–04._features
features.ro.md

Not correct. For translate One-Page site with modular content need:

  1. in \user\pages\01.home need create modular file with language prefix (modular.ro.md, modular.ua.md, modular.en.md etc.)
  2. in same modular folders need create .md file with language prefix (hero.ro.md, hero.en.md etc) Example “\user\pages\01.home\01._hero\hero.ro.md”

Then, when choosing a language, the site will display content for its language version