feat(i18n): Further enhance localization translations#2259
Open
x-Ai wants to merge 1 commit intoferdium:developfrom
Open
feat(i18n): Further enhance localization translations#2259x-Ai wants to merge 1 commit intoferdium:developfrom
x-Ai wants to merge 1 commit intoferdium:developfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-flight Checklist
Please ensure you've completed all of the following.
Description of Change
en-US.json,zh-HANS.json, andzh.jsonfiles have now been comprehensively populated to address the full spectrum of localization keys. It is requested that these three files, contained within this push, be deployed to Crowdin to supersede the current versions. This will establish them as the authoritative baseline translations forEnglish,Simplified Chinese, andChinese. Such a measure is critical to preclude the automated bot from subsequently retrieving incomplete translations, thereby ensuring the integrity of our localization efforts and preventing a fragmented experience in future releases of Ferdium.Motivation and Context
This change is aimed at providing a complete and unified user interface experience by ensuring that all textual elements are properly internationalized. By consolidating strings into the i18n system with English as the source language, it facilitates easier translation workflows and improves overall application consistency, addressing issues stemming from partial localization and hardcoded text.
Checklist
pnpm prepare-code)pnpm testpassesRelease Notes
Improved and completed application translations by fully localizing all Simplified Chinese text and internationalizing hardcoded strings.