i18n: standardize language labels across locales - #330
Merged
RadiantByte merged 1 commit intoJul 30, 2026
Merged
Conversation
Contributor
|
What is I18n ? (Don't use Ai for Answer) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Contributor
No? |
This comment was marked as off-topic.
This comment was marked as off-topic.
indpriyanshuraj
force-pushed
the
feat/standardize-language-localization-labels
branch
from
July 30, 2026 13:38
34766d0 to
937eac9
Compare
indpriyanshuraj
marked this pull request as ready for review
July 30, 2026 13:52
Contributor
Author
|
I want to just clarify that screenshot of ai app was a joke I haven't made these with ai Ai will generate useless. |
This was
linked to
issues
Jul 30, 2026
RadiantByte
pushed a commit
that referenced
this pull request
Jul 31, 2026
indpriyanshuraj
added a commit
to indpriyanshuraj/LeviLaunchroid
that referenced
this pull request
Aug 10, 2026
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.
Summary
This PR cleans up language-related UI inconsistencies in LeviLaunchroid and improves the language selection experience.
Closes Issues
Closes #291, #328, #329
Important
This change focuses on consistency, readability, and recovery. It does not change the supported languages; it only improves how they are shown in the UI.
What was changed
Note
This also makes the menu easier to recover from if a user accidentally switches to a script they cannot read.
Why this matters
The previous UI used three different patterns across language-related strings:
This makes the settings page look more polished and less confusing for users, especially in multilingual setups.
Suggested UX rule applied
For the language selector, the display format now follows:
Examples:
Tip
This gives users a readable fallback even if they cannot understand the current script.
Task list