Skip to content

i18n(id-id): update strings#2074

Merged
bajrangCoder merged 29 commits intoAcode-Foundation:mainfrom
hyperz111:id#6
Apr 29, 2026
Merged

i18n(id-id): update strings#2074
bajrangCoder merged 29 commits intoAcode-Foundation:mainfrom
hyperz111:id#6

Conversation

@hyperz111
Copy link
Copy Markdown
Contributor

  • i18n(id-id): update strings
  • i18n(id-id): some fixes

hyperz111 and others added 29 commits August 18, 2025 10:33
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 29, 2026

Greptile Summary

This PR translates two previously untranslated English strings in the Indonesian (id-id) locale file: the label "ui zoom" becomes "Pembesaran UI" and its description becomes "Skalakan teks di seluruh antarmuka Acode." Both translations are accurate and the JSON remains valid with full key coverage matching en-us.json.

Confidence Score: 5/5

Safe 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

Filename Overview
src/lang/id-id.json Translates two previously English-only strings (ui zoom and settings-info-app-ui-zoom) into Indonesian; no structural or key-coverage issues introduced.

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]
Loading

Reviews (1): Last reviewed commit: "i18n(id-id): some fixes" | Re-trigger Greptile

@github-actions github-actions Bot added the translations Anything related to Translations Whether a Issue or PR label Apr 29, 2026
@bajrangCoder bajrangCoder merged commit 55469c6 into Acode-Foundation:main Apr 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community translations Anything related to Translations Whether a Issue or PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants