Skip to content

feat(i18n): complete Indonesian (id-ID) translations#2050

Merged
graphieros merged 2 commits intonpmx-dev:mainfrom
ddtamn:main
Mar 12, 2026
Merged

feat(i18n): complete Indonesian (id-ID) translations#2050
graphieros merged 2 commits intonpmx-dev:mainfrom
ddtamn:main

Conversation

@ddtamn
Copy link
Contributor

@ddtamn ddtamn commented Mar 12, 2026

This PR completes the Indonesian (id-ID) translation by adding all missing keys.

  • Added translations for blog, search, profile, compare, and pds sections
  • Preserved all placeholders and pluralization formats
  • Verified JSON validity and runtime rendering

No functional changes.

@vercel
Copy link

vercel bot commented Mar 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev (canary) Ready Ready Preview, Comment Mar 12, 2026 3:45pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Mar 12, 2026 3:45pm
npmx-lunaria Ignored Ignored Mar 12, 2026 3:45pm

Request Review

@github-actions
Copy link

github-actions bot commented Mar 12, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
i18n/locales/id-ID.json Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8125179e-c3f4-4a89-878a-ff793a8ad624

📥 Commits

Reviewing files that changed from the base of the PR and between 97940da and af77caf.

📒 Files selected for processing (1)
  • i18n/locales/id-ID.json

📝 Walkthrough

Walkthrough

This PR updates i18n/locales/id-ID.json with extensive Indonesian localization additions and expansions: new footer labels, instant-search shortcut keys, expanded blog and atproto strings, richer settings and error messages, additional common UI actions and view_on providers, enhanced profile and PDS texts, file/download labels, and multiple trends/chart descriptions. Changes are purely textual localization updates with no functional code modifications.

Possibly related PRs

  • npmx-dev/npmx.dev PR 1250 — Adds similar i18n keys (shortcuts, settings.data_source, trends) across locale files, matching keys added here.
  • npmx-dev/npmx.dev PR 1709 — Updates the same id-ID locale with overlapping Indonesian translation additions.
  • npmx-dev/npmx.dev PR 1868 — Expands identical localisation keys (blog, footer.blog, downloads.subtitle, file_changes) in other locale JSON files.

Suggested reviewers

  • danielroe
  • serhalp
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description accurately describes the changeset, detailing the addition of missing Indonesian translation keys for blog, search, profile, compare, and pds sections.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan for PR comments
  • Generate coding plan

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 and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (2)
i18n/locales/id-ID.json (2)

796-797: Terminology inconsistency: "File" vs "Berkas".

The existing translations in this file consistently use "Berkas" for "file" (e.g., line 768: "Berkas", line 777: "Berkas terlalu besar..."). These new entries use "File" instead, which creates inconsistency.

Proposed fix for consistency
-    "binary_file": "File biner",
-    "binary_rendering_warning": "File ini adalah file biner dan tidak dapat ditampilkan sebagai teks."
+    "binary_file": "Berkas biner",
+    "binary_rendering_warning": "Berkas ini adalah berkas biner dan tidak dapat ditampilkan sebagai teks."

1166-1167: Same terminology inconsistency: "File" should be "Berkas".

For consistency with the rest of the file, consider using "Berkas" here as well.

Proposed fix
-    "file_too_large": "File terlalu besar untuk dibandingkan",
+    "file_too_large": "Berkas terlalu besar untuk dibandingkan",

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2ef5ff33-31d5-4690-824e-972ecd9962a5

📥 Commits

Reviewing files that changed from the base of the PR and between e0a31c3 and 97940da.

📒 Files selected for processing (1)
  • i18n/locales/id-ID.json

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Copy link
Contributor

@graphieros graphieros left a comment

Choose a reason for hiding this comment

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

Thank you :)

@graphieros graphieros added this pull request to the merge queue Mar 12, 2026
Merged via the queue into npmx-dev:main with commit eda2657 Mar 12, 2026
19 checks passed
@github-actions
Copy link

Thanks for your first contribution, @ddtamn! 🚀

We'd love to welcome you to the npmx community. Come and say hi on Discord! And once you've joined, visit npmx.wamellow.com to claim the contributor role.

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.

2 participants