Skip to content

i18n(id-id): update strings#2125

Merged
UnschooledGamer merged 30 commits into
Acode-Foundation:mainfrom
hyperz111:id
May 23, 2026
Merged

i18n(id-id): update strings#2125
UnschooledGamer merged 30 commits into
Acode-Foundation:mainfrom
hyperz111:id

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 May 23, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 23, 2026

Greptile Summary

This PR fills in two missing Indonesian (id-id) translations that were left in English — the "show share button" label and its settings description string.

  • "show share button": translated from "Show share button""Tampilkan tombol bagikan", which is the correct Indonesian rendering.
  • "settings-info-editor-show-share-button": translated from "Show share button in selection menu.""Tampilkan tombol bagikan di menu pemilihan.", also linguistically accurate and consistent with the surrounding strings.

Confidence Score: 5/5

Safe to merge — a minimal, isolated localization change with no logic or structural side effects.

Two previously-English strings in the Indonesian locale file are replaced with accurate translations. The JSON file remains well-formed, the keys are unchanged, and the change does not touch any application logic.

No files require special attention.

Important Files Changed

Filename Overview
src/lang/id-id.json Translates two previously-English strings to Indonesian: "show share button" and its settings description — the surrounding JSON is structurally valid and the translations are linguistically accurate.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["id-id.json (before)"] -->|"show share button"| B["English string\n'Show share button'"]
    A -->|"settings-info-editor-show-share-button"| C["English string\n'Show share button in selection menu.'"]
    B -->|translated| D["Indonesian string\n'Tampilkan tombol bagikan'"]
    C -->|translated| E["Indonesian string\n'Tampilkan tombol bagikan di menu pemilihan.'"]
    D --> F["id-id.json (after)"]
    E --> F
Loading

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

@UnschooledGamer UnschooledGamer merged commit 05625fc into Acode-Foundation:main May 23, 2026
8 checks passed
@hyperz111 hyperz111 deleted the id branch May 23, 2026 02:48
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