🐛 修复i18n的 Bug
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -3,6 +3,7 @@ export default defineI18nLocale(async locale => {
|
||||
index: {
|
||||
tips: '您提交的查詢信息不會被記錄!',
|
||||
placeholder: '請輸入域名',
|
||||
onSubmit: '提交',
|
||||
},
|
||||
error:{
|
||||
formatDomain: '域名格式錯誤',
|
||||
|
||||
@@ -3,6 +3,7 @@ export default defineI18nLocale(async locale => {
|
||||
index: {
|
||||
tips: '您提交的查询信息不会被记录!',
|
||||
placeholder: '请输入域名',
|
||||
onSubmit: '提交',
|
||||
},
|
||||
error:{
|
||||
formatDomain: '域名格式错误',
|
||||
|
||||
Reference in New Issue
Block a user