mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 07:12:10 +03:00
update i18n for venus
This commit is contained in:
parent
e4bef12718
commit
bd9796bd25
@ -259,7 +259,7 @@ export function App() {
|
||||
}}
|
||||
size="lg"
|
||||
>
|
||||
Blog
|
||||
{t('Blog')}
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => navigate('/aboutus')}
|
||||
@ -274,7 +274,7 @@ export function App() {
|
||||
}}
|
||||
size="lg"
|
||||
>
|
||||
About Us
|
||||
{t('AboutUs')}
|
||||
</Button>
|
||||
<Select defaultValue="en" onChange={changeLanguage}>
|
||||
{options.map(option => (
|
||||
|
@ -1,5 +1,7 @@
|
||||
{
|
||||
"translation": {
|
||||
"Blog": "Blog",
|
||||
"AboutUs": "About AboutUs",
|
||||
"Open Source": "Open Source",
|
||||
"Privacy First": "Privacy First",
|
||||
"Alternative": "Alternative",
|
||||
|
@ -1,5 +1,7 @@
|
||||
{
|
||||
"translation": {
|
||||
"Blog": "博客",
|
||||
"AboutUs": "关于我们",
|
||||
"Open Source": "开源",
|
||||
"Privacy First": "隐私第一",
|
||||
"Alternative": "的另一种选择",
|
||||
|
Loading…
Reference in New Issue
Block a user