chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -26,7 +26,7 @@ interface AccountFrequencyItemProps {
onFrequencyChange: (account: AuthFrequencyInfo) => void;
}
// TODO: hzf 需要修改为i18n
// TODO: hzf needs to be changed to i18n.
const FREQUENCY_OPTIONS = [
{ label: I18n.t('knowledge_weixin_015'), value: FrequencyType.None },
{ label: I18n.t('knowledge_weixin_016'), value: FrequencyType.EveryDay },

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { useState, useEffect } from 'react';
import { I18n } from '@coze-arch/i18n';
@@ -45,7 +45,7 @@ export const SetAppendFrequencyModal = (props: {
return (
<Modal
// @ts-expect-error --TODO:hzf 需要修改为i18n
// @ts-expect-error --TODO: hzf needs to be changed to i18n.
title={I18n.t('设置追加频率')}
className="w-[520px]"
centered
@@ -78,7 +78,7 @@ export const SetAppendFrequencyModal = (props: {
>
<>
<div className="text-[14px] coz-fg-primary mb-[30px]">
{/**@ts-expect-error --TODO:hzf 需要修改为i18n */}
{/* @ts-expect-error --TODO: hzf needs to be changed to i18n. */}
{I18n.t('设置追加频率后,当前频率自动追加')}
</div>
<div className="flex flex-col gap-2">