Skip to content
Discussion options

You must be logged in to vote

Hi @nik2202!

It's recommended to have a separate crowdin.yml for each microfrontend (package in a monorepo). It is not possible to upload or download a specific group of files within a single configuration file.

I just tested everything locally, and it works great with your file structure. Here is my local file tree:

packages
└── apps
    ├── microfrontend-a
    │   ├── crowdin.yml
    │   └── src
    │       └── assets
    │           └── i18n
    │               └── en-US.json
    └── microfrontend-b
        ├── crowdin.yml
        └── src
            └── assets
                └── i18n
                    └── en-US.json

There is a configuration file for each microfrontend:

"base_path": "

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andrii-bodnar
Comment options

@nik2202
Comment options

Answer selected by nik2202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #926 on July 01, 2025 08:01.