From 811fff80abc16e657ec8918ffcbb5eb083346987 Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Fri, 31 Oct 2025 12:38:20 +0900 Subject: [PATCH] Add missing notice category translation keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add comprehensive category translation keys for notice pages to support all notice types used in the application. Categories added: - INTEREST_FREE_INSTALLMENT: Interest-Free Installment - NEWS: News - SERVICE_DISRUPTION_NOTICE: Service Disruption Notice - MAINTENANCE_NOTICE: Maintenance Notice - SERVICE_CHANGE_OR_ADDITION: Service Change or Addition - IMPORTANT_NOTICE: Important Notice - ADDITIONAL_SERVICE: Additional Service Note: Notice pages (list-page.tsx and detail-page.tsx) are already fully localized with useTranslation and t() function calls. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/locales/en.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 91bfd68..11b132a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -166,11 +166,19 @@ "title": "Notice", "searchPlaceholder": "Enter search keyword", "categories": { + "all": "All", "ALL": "All", "NOTICE": "Notice", "EVENT": "Event", "SERVICE": "Service", - "IMPORTANT": "Important" + "IMPORTANT": "Important", + "INTEREST_FREE_INSTALLMENT": "Interest-Free Installment", + "NEWS": "News", + "SERVICE_DISRUPTION_NOTICE": "Service Disruption Notice", + "MAINTENANCE_NOTICE": "Maintenance Notice", + "SERVICE_CHANGE_OR_ADDITION": "Service Change or Addition", + "IMPORTANT_NOTICE": "Important Notice", + "ADDITIONAL_SERVICE": "Additional Service" } }, "faq": {