📝 update i18n.ts
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 1m7s

This commit is contained in:
Snowykami 2024-09-05 11:45:12 +08:00 committed by GitHub
parent 30cdc1da23
commit 18af1d00bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,8 +33,8 @@ const i18nData = {
fetching: '获取中',
stars: '星标',
forks: '分叉',
issues: '开启议题',
prs: '合并请求',
issues: '工单',
prs: '拉取请求',
visitors: '访客',
size: '大小',
plugins: '插件',
@ -75,4 +75,4 @@ export function getTextRef(key: string): any {
const lang = formatLang(useData().site.value.lang);
refData[key] = getText(lang, key);
return refData[key]
}
}