You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[Translation] Crowdin Bridge: Fix locale vs LanguageId
| Q | A
| ------------- | ---
| Branch? | 6.2 <!-- see below -->
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
<!--
This is a fix of a problem, where when specifying locale in translations.yaml in accordance to i18n these are not being fetched and downloaded from Crowdin. Even original author typehinted supplying `languageId` into the download function, but simply passed locale without proper mapping. This PR fixes this issue while allowing a fallback 2-letter locale being passed to CrowdIn, but properly querying non-dialect locales for their repsective LanguageIds.
Push works automatically, this fix is being handled by Crowdin apparently during push operations.
-->
Commits
-------
38ce6c3 [Translation] Crowdin Bridge: Fix locale vs LanguageId
0 commit comments