Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translation][Crowdin] Use project language mapping#53178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Translation][Crowdin] Use project language mapping#53178
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedDec 21, 2023
Hey! Thanks for your PR. You are targeting branch "6.4" but it seems your PR description refers to branch "6.4, 7.0". Cheers! Carsonbot |
2fa3abe tod4f467cCompared4f467c toa1d2f67Comparenicolas-grekas commentedDec 26, 2023
Thank you@andrii-bodnar. |
… (andrii-bodnar)This PR was merged into the 6.3 branch.Discussion----------[Translation] [Crowdin] Add a tip about language mappingRelated PR -symfony/symfony#53178<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `6.x` for features of unreleased versions).-->Commits-------e9c44f4 [Translation] Add a tip about Crowdin language mapping
andrii-bodnar commentedDec 27, 2023
@pculka FYI. It may be necessary to set the language mapping in your project after the update. |
Uh oh!
There was an error while loading.Please reload this page.
Sometimes the locale codes may be different from thecodes used in the Crowdin API. This will cause API errors because the wrong code is passed in the upload and download translation requests. There was already a fix (#50040), but it only works partially.
The suggested approach uses thelanguage mapping configured in the Crowdin project. If the locale code and the crowdin code are different, the user needs to configure the language mapping in the Crowdin project.
Documentation -symfony/symfony-docs#19325