i18n(id): translate media detail URL label#1514
Conversation
|
|
Maintainers, please review this translation-only Indonesian locale fix when convenient. Thank you. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/auth-atproto
@emdash-cms/blocks
@emdash-cms/cloudflare
@emdash-cms/contentful-to-portable-text
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/plugin-cli
@emdash-cms/plugin-types
@emdash-cms/registry-client
@emdash-cms/registry-lexicons
@emdash-cms/sandbox-workerd
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-field-kit
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
There was a problem hiding this comment.
This is a tightly-scoped translation PR: it fills the previously empty Indonesian msgstr for the media detail URL: label. The choice of URL: as the target string is appropriate — “URL” is a common loanword/abbreviation in Indonesian tech UIs, and it matches the existing URL entry (without colon) in the same catalog. The change touches only the target PO file, and the source reference (packages/admin/src/components/MediaDetailPanel.tsx:193) and PO syntax are correct.
I checked the source component, the Indonesian catalog context, and the repository’s i18n guidelines. The only convention gap is the missing changeset. @emdash-cms/admin is a published package, and CONTRIBUTING.md calls for a changeset when a published package’s behavior changes. A recent sibling translation PR for the same locale (i18n(id): complete remaining admin translations, #1496) included one, so omitting it here is inconsistent and means this fix won’t trigger an admin release on its own.
What does this PR do?
Fixes the missing Indonesian translation for the media detail URL label by translating
URL:asURL:inpackages/admin/src/locales/id/messages.po.This PR updates only the Indonesian PO catalog and leaves all other locales untouched.
No changeset is included for this translation-only catalog update.
Closes #1513
Type of change
Checklist
pnpm typecheckpassespnpm lintpassespnpm testpasses (or targeted tests for my change)pnpm formathas been runmessages.pochanges except in translation PRs — a workflow extracts catalogs on merge tomain.AI-generated code disclosure
Screenshots / test output
pnpm format✅pnpm lint✅pnpm typecheck❌ fails inpackages/plugin-clion missing exports from@emdash-cms/plugin-types; unrelated to this PO-only changepnpm --filter @emdash-cms/admin test -- --run❌ existing browser/runtime baseline failures unrelated to this PO-only change (React hook/runtime import issues, plugin-types export mismatch, and existing editor/browser test failures)Please review when convenient.