From d03c04f0d04430cd4d0cc76140626462630a67b4 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 16 Aug 2024 16:16:02 +0700 Subject: [PATCH] fix: service title i18n --- src/i18n/en-US/index.ts | 1 + src/i18n/th-th/index.ts | 1 + src/pages/04_product-service/MainPage.vue | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 6c3b1add..a93f2a04 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -160,6 +160,7 @@ export default { }, }, service: { + title: 'Service', showTotalPrice: 'Show Total Price', }, backend: { diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index e1e12537..b8abe5c1 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -164,6 +164,7 @@ export default { }, }, service: { + title: 'บริการ', showTotalPrice: 'แสดงราคารวม', }, backend: { diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 3d8a0fe5..7f410fe4 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -123,7 +123,7 @@ const stat = ref< { icon: 'mdi-server-network', count: 0, - label: 'service', + label: 'service.title', mode: 'service', color: 'orange', }, @@ -2811,7 +2811,7 @@ watch( : 'app-text-muted' " > - {{ $t('service') }} + {{ $t('service.title') }}