🐛 修复i18n的 Bug

This commit is contained in:
7836246
2024-03-02 20:37:51 +08:00
parent eb796b3833
commit 2e4edbbf0f
7 changed files with 16 additions and 8 deletions
+1
View File
@@ -3,6 +3,7 @@ export default defineI18nLocale(async locale => {
index: {
tips: 'The information you submit for your query will not be recorded!',
placeholder: 'Please enter a domain name',
onSubmit: 'Submit',
},
error:{
formatDomain: 'Error formatting domain name',
+1
View File
@@ -3,6 +3,7 @@ export default defineI18nLocale(async locale => {
index: {
tips: '您提交的查詢信息不會被記錄!',
placeholder: '請輸入域名',
onSubmit: '提交',
},
error:{
formatDomain: '域名格式錯誤',
+1
View File
@@ -3,6 +3,7 @@ export default defineI18nLocale(async locale => {
index: {
tips: '您提交的查询信息不会被记录!',
placeholder: '请输入域名',
onSubmit: '提交',
},
error:{
formatDomain: '域名格式错误',