Skip to content

i18n(id-id): update strings#2107

Merged
UnschooledGamer merged 29 commits into
Acode-Foundation:mainfrom
hyperz111:id#7
May 17, 2026
Merged

i18n(id-id): update strings#2107
UnschooledGamer merged 29 commits into
Acode-Foundation:mainfrom
hyperz111:id#7

Conversation

@hyperz111
Copy link
Copy Markdown
Contributor

No description provided.

hyperz111 and others added 29 commits August 18, 2025 10:33
@github-actions github-actions Bot added the translations Anything related to Translations Whether a Issue or PR label May 17, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 17, 2026

Greptile Summary

This PR translates three strings that were previously left in English within the Indonesian (id-id) locale file, completing their localization.

  • \"plugin-not-supported\"\"Plugin tidak didukung\", \"plugin-not-supported-info\"\"Plugin dibuat untuk versi lama dari Acode.\", and \"login-to-view\"\"Mohon login untuk melihat ini...\" — all accurate Indonesian translations of the English source strings in en-us.json.
  • The JSON file structure, key names, and trailing comma/bracket formatting are all correct and valid.

Confidence Score: 5/5

Safe to merge — only three locale strings are changed and all are valid Indonesian translations of their English counterparts.

All three translations are accurate Indonesian renderings of the source English strings. The JSON file remains syntactically valid, keys are unchanged, and there are no functional code changes.

No files require special attention.

Important Files Changed

Filename Overview
src/lang/id-id.json Translates 3 previously-English strings to Indonesian: "plugin-not-supported", "plugin-not-supported-info", and "login-to-view". JSON structure and keys remain intact.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User locale: id-id] --> B[Load src/lang/id-id.json]
    B --> C{Key lookup}
    C -->|plugin-not-supported| D["Plugin tidak didukung"]
    C -->|plugin-not-supported-info| E["Plugin dibuat untuk versi lama dari Acode."]
    C -->|login-to-view| F["Mohon login untuk melihat ini..."]
    D --> G[Rendered UI string]
    E --> G
    F --> G
Loading

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

@UnschooledGamer UnschooledGamer merged commit 6cff253 into Acode-Foundation:main May 17, 2026
8 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.

2 participants