fix: Change the translation language of the application in dock #1100#1104
fix: Change the translation language of the application in dock #1100#1104yixinshark wants to merge 1 commit into
Conversation
Configure name retrieval in three levels fix-Bug-translation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yixinshark The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Reviewer's Guide by SourceryThis pull request introduces a fallback mechanism for retrieving application names, generic names, and action names based on the system's locale. It first tries to find a direct match for the full locale (e.g., en_US). If that fails, it falls back to the language code (e.g., en). If both fail, it returns an empty string, which will trigger the use of the default name. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Configure name retrieval in three levels
fix-Bug-translation
Summary by Sourcery
Improve language code handling for application translations by adding a more flexible method to retrieve localized names
Bug Fixes:
Enhancements: