Skip to content

Update Indonesian translation#1554

Open
mcikadu-dev wants to merge 1 commit into
appdevforall:stagefrom
mcikadu-dev:community/indonesian-translations
Open

Update Indonesian translation#1554
mcikadu-dev wants to merge 1 commit into
appdevforall:stagefrom
mcikadu-dev:community/indonesian-translations

Conversation

@mcikadu-dev

Copy link
Copy Markdown
Contributor

No description provided.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough
  • Updated Indonesian translations across help, filtering, layout/XML diagnostics, classpath warnings, build profiles, overlay permissions, accessibility, and template selection.
  • Added Indonesian error messages for AI model loading, unsupported formats, debugger/profiler requirements, and docking failures.
  • Added comprehensive Profiler UI translations and floating-window accessibility labels.
  • Added step-by-step overlay permission instructions.
  • Risk: broad resource coverage should be checked for translation accuracy, Android string formatting consistency, and completeness against the default locale.

Walkthrough

This change expands Indonesian Android localization with updated help copy and new UI, accessibility, diagnostics, permission, AI model, template, and profiler strings.

Changes

Localized Android resources

Layer / File(s) Summary
UI labels and accessibility text
resources/src/main/res/values-in-rID/strings.xml
Updates help text and adds filtering, sponsorship, template-selection, profiler, and floating-window accessibility labels.
Diagnostics and permission messages
resources/src/main/res/values-in-rID/strings.xml
Adds XML, classpath, build-variant, docking, debugger, and overlay restricted-settings messages.
AI model loading errors
resources/src/main/res/values-in-rID/strings.xml
Adds messages for model initialization, file handling, verification, loading, unsupported formats, and embedding-model restrictions.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: hal-eisen-adfa

Poem

I’m a rabbit with strings in my burrow,
New labels now hop without sorrow.
Errors speak clear,
Profiler words appear,
And overlay steps guide tomorrow.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided, so the check cannot assess whether it meaningfully describes the changes. Add a brief description mentioning the Indonesian strings translation updates and the main areas touched.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: an Indonesian translation update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@resources/src/main/res/values-in-rID/strings.xml`:
- Around line 13-19: Replace the space-based indentation with tabs for all
affected XML entries in resources/src/main/res/values-in-rID/strings.xml at
lines 13-19, 148-150, 338-346, 555-558, 627, 651, 665-667, 842, 1009-1012,
1022-1026, 1050-1064, 1190-1191, and 1224-1278, preserving the existing string
content and XML structure.
- Line 842: Rename sponsor_button_description to cd_sponsor_button_description
in the default strings, all layout/Compose references, and
resources/src/main/res/values-in-rID/strings.xml:842-842. Rename undock and
every floating_window_action_* key to the corresponding cd_* names in the
default strings, all usages, and
resources/src/main/res/values-in-rID/strings.xml:1224-1278, preserving the
translated values.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7bc52144-cfea-4fad-a79d-ff651a7394c8

📥 Commits

Reviewing files that changed from the base of the PR and between 1b2d97e and 51c2aec.

📒 Files selected for processing (1)
  • resources/src/main/res/values-in-rID/strings.xml

Comment on lines +13 to +19
<string name="msg_need_help">Jika Anda mengalami masalah saat menggunakan Code on the Go atau dalam mengembangkan aplikasi Android, Anda dapat bergabung dengan forum Diskusi kami dan meminta bantuan di sana.\n\nAnda juga dapat mengirimkan saran melalui email kami.</string>
<string name="download_codeonthego_message">Unduh Code on the Go dari situs web resmi untuk mendapatkan fitur dan pembaruan terbaru.</string>
<string name="msg_invalid_url">URL tidak valid.</string>
<string name="msg_no_browser_found">Tidak ditemukan browser untuk menangani permintaan ini.</string>
<string name="need_help">Butuh Bantuan?</string>
<string name="ide_preferences">Preferensi IDE</string>
<string name="discussions_on_telegram">Diskusi di Telegram</string>
<string name="discussions_on_telegram">Forum dukungan dan diskusi</string>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use tabs for XML indentation.

As per coding guidelines, XML files must use tabs for indentation. The newly added lines in this file consistently use spaces instead of tabs.

  • resources/src/main/res/values-in-rID/strings.xml#L13-L19: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L148-L150: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L338-L346: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L555-L558: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L627-L627: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L651-L651: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L665-L667: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L842-L842: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L1009-L1012: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L1022-L1026: Convert space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L1050-L1064: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L1190-L1191: Convert 4-space indentation to tabs.
  • resources/src/main/res/values-in-rID/strings.xml#L1224-L1278: Convert 4-space indentation to tabs.
📍 Affects 1 file
  • resources/src/main/res/values-in-rID/strings.xml#L13-L19 (this comment)
  • resources/src/main/res/values-in-rID/strings.xml#L148-L150
  • resources/src/main/res/values-in-rID/strings.xml#L338-L346
  • resources/src/main/res/values-in-rID/strings.xml#L555-L558
  • resources/src/main/res/values-in-rID/strings.xml#L627-L627
  • resources/src/main/res/values-in-rID/strings.xml#L651-L651
  • resources/src/main/res/values-in-rID/strings.xml#L665-L667
  • resources/src/main/res/values-in-rID/strings.xml#L842-L842
  • resources/src/main/res/values-in-rID/strings.xml#L1009-L1012
  • resources/src/main/res/values-in-rID/strings.xml#L1022-L1026
  • resources/src/main/res/values-in-rID/strings.xml#L1050-L1064
  • resources/src/main/res/values-in-rID/strings.xml#L1190-L1191
  • resources/src/main/res/values-in-rID/strings.xml#L1224-L1278
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@resources/src/main/res/values-in-rID/strings.xml` around lines 13 - 19,
Replace the space-based indentation with tabs for all affected XML entries in
resources/src/main/res/values-in-rID/strings.xml at lines 13-19, 148-150,
338-346, 555-558, 627, 651, 665-667, 842, 1009-1012, 1022-1026, 1050-1064,
1190-1191, and 1224-1278, preserving the existing string content and XML
structure.

Source: Coding guidelines


<string name="info_icon_content_description">Ikon info</string>
<string name="feedback_button_description">Kirim masukan tentang keterangan (tooltip) ini</string>
<string name="sponsor_button_description">Dukung kami melalui GitHub Sponsors</string>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the cd_* convention for accessibility content descriptions.

As per coding guidelines, accessibility content descriptions must be stored using the cd_* prefix convention in strings.xml. Although this is a translation PR, please ensure these keys are renamed in the default strings.xml and their corresponding layout/Compose usages, and then update this translation file to match.

  • resources/src/main/res/values-in-rID/strings.xml#L842-L842: Rename the sponsor_button_description string key to cd_sponsor_button_description.
  • resources/src/main/res/values-in-rID/strings.xml#L1224-L1278: Rename the undock and floating_window_action_* string keys to use the cd_* prefix (e.g., cd_undock, cd_floating_window_action_minimize).
📍 Affects 1 file
  • resources/src/main/res/values-in-rID/strings.xml#L842-L842 (this comment)
  • resources/src/main/res/values-in-rID/strings.xml#L1224-L1278
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@resources/src/main/res/values-in-rID/strings.xml` at line 842, Rename
sponsor_button_description to cd_sponsor_button_description in the default
strings, all layout/Compose references, and
resources/src/main/res/values-in-rID/strings.xml:842-842. Rename undock and
every floating_window_action_* key to the corresponding cd_* names in the
default strings, all usages, and
resources/src/main/res/values-in-rID/strings.xml:1224-1278, preserving the
translated values.

Source: Coding guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant