mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
fix: i18n locales
Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
parent
c0650c67ca
commit
1f099aa642
@ -83,7 +83,7 @@ function handleClickNav(name: string) {
|
||||
@update:current="handleClickNav"
|
||||
>
|
||||
<RouterLink class="text-sm text-green-600" to="/index">
|
||||
{{ $t('message.hello') }}
|
||||
使用教程
|
||||
</RouterLink>
|
||||
<template #dropMenuAppend>
|
||||
<div class="flex justify-between items-center">
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"message": {
|
||||
"hello": "hello world"
|
||||
}
|
||||
"zh-CN": "Chinese",
|
||||
"en-US": "English"
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"message": {
|
||||
"hello": "你好"
|
||||
}
|
||||
"zh-CN": "中文",
|
||||
"en-US": "English"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user