i18n(id-id): update strings#2074
Merged
bajrangCoder merged 29 commits intoAcode-Foundation:mainfrom Apr 29, 2026
Merged
Conversation
Contributor
hyperz111
commented
Apr 29, 2026
- i18n(id-id): update strings
- i18n(id-id): some fixes
Contributor
Greptile SummaryThis PR translates two previously untranslated English strings in the Indonesian ( Confidence Score: 5/5Safe to merge — minimal, well-scoped translation update with no structural changes. Only two string values are changed in a single locale JSON file. The translations are accurate, the JSON is structurally valid, and key coverage against en-us.json is complete. No logic, runtime, or security implications. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[App requests i18n string] --> B{User locale = id-id?}
B -- Yes --> C[Load src/lang/id-id.json]
B -- No --> D[Load other locale file]
C --> E{Key exists?}
E -- 'ui zoom' --> F["'Pembesaran UI' ✅ (was: 'UI zoom')"]
E -- 'settings-info-app-ui-zoom' --> G["'Skalakan teks di seluruh antarmuka Acode.' ✅ (was: English)"]
E -- Other key --> H[Return translated value]
Reviews (1): Last reviewed commit: "i18n(id-id): some fixes" | Re-trigger Greptile |
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.