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"
|
@update:current="handleClickNav"
|
||||||
>
|
>
|
||||||
<RouterLink class="text-sm text-green-600" to="/index">
|
<RouterLink class="text-sm text-green-600" to="/index">
|
||||||
{{ $t('message.hello') }}
|
使用教程
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
<template #dropMenuAppend>
|
<template #dropMenuAppend>
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"message": {
|
"zh-CN": "Chinese",
|
||||||
"hello": "hello world"
|
"en-US": "English"
|
||||||
}
|
|
||||||
}
|
}
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"message": {
|
"zh-CN": "中文",
|
||||||
"hello": "你好"
|
"en-US": "English"
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user