Skip to content

i18n(id-id): update strings#2178

Merged
bajrangCoder merged 34 commits into
Acode-Foundation:mainfrom
hyperz111:id#2
Jun 10, 2026
Merged

i18n(id-id): update strings#2178
bajrangCoder merged 34 commits into
Acode-Foundation:mainfrom
hyperz111:id#2

Conversation

@hyperz111

Copy link
Copy Markdown
Contributor

No description provided.

hyperz111 and others added 30 commits August 18, 2025 10:33
@github-actions github-actions Bot added the translations Anything related to Translations Whether a Issue or PR label Jun 10, 2026
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR translates 8 strings in the Indonesian (id-id) locale file that were previously left in English, completing coverage for recently added keys around terminal failsafe mode, tag renaming, file/folder copy-paste operations, and conflict resolution.

  • All string interpolation placeholders ({count}, {name}) are preserved verbatim, matching the English source in en-us.json.
  • Translations are accurate and idiomatic Indonesian; the JSON file remains syntactically valid with no trailing-comma or duplicate-key issues.

Confidence Score: 5/5

Safe to merge — the change is limited to translating 8 untranslated strings in the Indonesian locale file with no logic changes.

All modified strings have accurate Indonesian translations, every interpolation placeholder is preserved exactly, and the JSON file remains valid. There are no regressions introduced.

No files require special attention.

Important Files Changed

Filename Overview
src/lang/id-id.json Translates 8 previously English-only strings into Indonesian; all interpolation placeholders ({count}, {name}) are preserved and JSON structure is valid.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[en-us.json\nSource strings] -->|keys added to app| B{id-id.json\nlookup}
    B -->|key found\nID translation| C[Rendered in UI\nin Indonesian]
    B -->|key missing\nfallback| D[Rendered in UI\nin English]
    subgraph "This PR — 8 keys translated"
        E["terminal:failsafe → Mode FailSafe"]
        F["terminal:failsafe-info → Mulai terminal dengan shell sistem"]
        G["auto rename tags → Ubah nama tag otomatis"]
        H["copying items → Menyalin {count} item..."]
        I["cannot paste folder into itself → Tidak bisa menempelkan..."]
        J["folder already exists → Folder sudah ada"]
        K["file already exists force named → '{name}' sudah ada. Timpa?"]
    end
    E & F & G & H & I & J & K --> C
Loading

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

@bajrangCoder bajrangCoder merged commit 0d5008e into Acode-Foundation:main Jun 10, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in The Code Board - Acode Jun 10, 2026
@UnschooledGamer UnschooledGamer moved this from Done to 🫡 Done by Community in The Code Board - Acode Jun 10, 2026
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

Status: 🫡 Done by Community

Development

Successfully merging this pull request may close these issues.

3 participants