From 18b68788e6921205e0384ebb4e19832233c9a232 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:00:18 +0700 Subject: [PATCH] fix: missing i18n --- src/i18n/th-th/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 93c58a35..412587a3 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -25,6 +25,8 @@ export default { status: 'สถานะ', language: 'ภาษา', languageName: 'ไทย', + switchOnLabel: 'เปิด', + switchOffLabel: 'ปิด', ...main, ...address, ...branch,