From c7261e0a0907ee2439a10034b7fdd82d1d393770 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:40:20 +0700 Subject: [PATCH] fix: finalize UI localization and fix typo in en.json --- src/app/(public)/HomeClient.tsx | 6 +++--- src/messages/en.json | 3 +++ src/messages/id.json | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/(public)/HomeClient.tsx b/src/app/(public)/HomeClient.tsx index e24b67b..a7ca85b 100644 --- a/src/app/(public)/HomeClient.tsx +++ b/src/app/(public)/HomeClient.tsx @@ -109,7 +109,7 @@ function CliSnippet({ label, command, t }: { label: string, command: string, t:
$ - {command || 'No script available.'} + {command || t('no_script')}
@@ -161,7 +161,7 @@ function OsGuideContent({ title, steps, selectedOs, certificates, t }: { title:
{t('bundle_guide_title')} - Recommended + {t('recommended')}

{t('bundle_guide_desc')} diff --git a/src/messages/en.json b/src/messages/en.json index c330b59..1cd424b 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -190,7 +190,10 @@ "download_macos_title": "Download macOS Profile (.mobileconfig)", "download_linux_title": "Download Linux Installer (.sh)", "copy_cli": "Copy CLI", + "copy_command": "Copy Command", + "no_script": "No script available.", "copied": "Copied!", + "recommended": "Recommended", "root_ca": "Root CA", "intermediate_ca": "Intermediate CA", "root_ca_hierarchy": "Root Trust Foundation", diff --git a/src/messages/id.json b/src/messages/id.json index 1504c63..52df9d1 100644 --- a/src/messages/id.json +++ b/src/messages/id.json @@ -190,7 +190,10 @@ "download_macos_title": "Unduh Profil macOS (.mobileconfig)", "download_linux_title": "Unduh Penginstal Linux (.sh)", "copy_cli": "Salin CLI", + "copy_command": "Salin Perintah", + "no_script": "Skrip tidak tersedia.", "copied": "Tersalin!", + "recommended": "Rekomendasi", "root_ca": "Root CA", "intermediate_ca": "Intermediate CA", "root_ca_hierarchy": "Fondasi Kepercayaan Akar",