Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/pages/id/about/partners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dan pengembangan berkelanjutan dari Node.js.

...

<PartnersList size="large" category="infrastructure" />
<PartnersList size="large" category="infrastruktur" />
Copy link
Member

Choose a reason for hiding this comment

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

I don't think category should be translated.

Copy link
Member

@araujogui araujogui Jan 17, 2026

Choose a reason for hiding this comment

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

The prop type is 'infrastructure' | 'esp'

Copy link
Member

Choose a reason for hiding this comment

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

yeah we always said "don't translate mdx propos" I didn't have perm for that. maybe @avivkeller @bmuenzenmeyer


## Pendukung

Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-core/website-i18n",
"version": "1.1.17",
"version": "1.1.18",
"type": "module",
"exports": {
"./*": [
Expand Down
3 changes: 2 additions & 1 deletion packages/i18n/src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@
"themeToggle": {
"light": "Увімкнути світлу тему",
"dark": "Увімкнути темну тему"
}
},
"skipToContent": "Перейти до вмісту"
},
"metabar": {
"lastUpdated": "Востаннє оновлено",
Expand Down
Loading