From 6bf6deaefd055695b25af315ae82732e40ccf75a Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Mon, 30 Mar 2026 10:55:20 +0800 Subject: [PATCH] style: fix prettier formatting in i18n locale files --- web/src/i18n/locales/en-US.ts | 3 +-- web/src/i18n/locales/es-ES.ts | 3 +-- web/src/i18n/locales/ja-JP.ts | 3 +-- web/src/i18n/locales/th-TH.ts | 3 +-- web/src/i18n/locales/vi-VN.ts | 3 +-- web/src/i18n/locales/zh-Hans.ts | 3 +-- web/src/i18n/locales/zh-Hant.ts | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index 737d93f0..1f1c8515 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -65,8 +65,7 @@ const enUS = { privacyPolicy: 'Privacy Policy', and: 'and', dataCollectionPolicy: 'Data Collection Policy', - dataCollectionPolicyUrl: - 'https://link.langbot.app/en/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/en/docs/data-policy', loading: 'Loading...', fieldRequired: 'This field is required', or: 'or', diff --git a/web/src/i18n/locales/es-ES.ts b/web/src/i18n/locales/es-ES.ts index d4c1c1ea..03abc0dc 100644 --- a/web/src/i18n/locales/es-ES.ts +++ b/web/src/i18n/locales/es-ES.ts @@ -67,8 +67,7 @@ const esES = { privacyPolicy: 'Política de privacidad', and: 'y', dataCollectionPolicy: 'Política de recopilación de datos', - dataCollectionPolicyUrl: - 'https://link.langbot.app/en/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/en/docs/data-policy', loading: 'Cargando...', fieldRequired: 'Este campo es obligatorio', or: 'o', diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index cd5d47ad..94243e63 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -66,8 +66,7 @@ privacyPolicy: 'プライバシーポリシー', and: 'および', dataCollectionPolicy: 'データ収集ポリシー', - dataCollectionPolicyUrl: - 'https://link.langbot.app/ja/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/ja/docs/data-policy', loading: '読み込み中...', fieldRequired: 'この項目は必須です', or: 'または', diff --git a/web/src/i18n/locales/th-TH.ts b/web/src/i18n/locales/th-TH.ts index dc876b7b..bb2cfe0c 100644 --- a/web/src/i18n/locales/th-TH.ts +++ b/web/src/i18n/locales/th-TH.ts @@ -65,8 +65,7 @@ const thTH = { privacyPolicy: 'นโยบายความเป็นส่วนตัว', and: 'และ', dataCollectionPolicy: 'นโยบายการเก็บรวบรวมข้อมูล', - dataCollectionPolicyUrl: - 'https://link.langbot.app/en/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/en/docs/data-policy', loading: 'กำลังโหลด...', fieldRequired: 'ช่องนี้จำเป็นต้องกรอก', or: 'หรือ', diff --git a/web/src/i18n/locales/vi-VN.ts b/web/src/i18n/locales/vi-VN.ts index 9d838edb..12e66870 100644 --- a/web/src/i18n/locales/vi-VN.ts +++ b/web/src/i18n/locales/vi-VN.ts @@ -65,8 +65,7 @@ const viVN = { privacyPolicy: 'Chính sách bảo mật', and: 'và', dataCollectionPolicy: 'Chính sách thu thập dữ liệu', - dataCollectionPolicyUrl: - 'https://link.langbot.app/en/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/en/docs/data-policy', loading: 'Đang tải...', fieldRequired: 'Trường này là bắt buộc', or: 'hoặc', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index d514eaa9..8f31fd28 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -64,8 +64,7 @@ const zhHans = { privacyPolicy: '隐私政策', and: '和', dataCollectionPolicy: '数据收集政策', - dataCollectionPolicyUrl: - 'https://link.langbot.app/zh/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/zh/docs/data-policy', loading: '加载中...', fieldRequired: '此字段为必填项', or: '或', diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index 16855700..e176aca9 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -64,8 +64,7 @@ const zhHant = { privacyPolicy: '隱私政策', and: '和', dataCollectionPolicy: '數據收集政策', - dataCollectionPolicyUrl: - 'https://link.langbot.app/zh/docs/data-policy', + dataCollectionPolicyUrl: 'https://link.langbot.app/zh/docs/data-policy', loading: '載入中...', fieldRequired: '此欄位為必填', or: '或',