Skip to content

Commit

Permalink
feat: modify the secondary menu list of FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Oct 25, 2023
1 parent dca94ce commit 293d11b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions packages/app/public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"All services are online": "All services are online",
"Announcement": "Announcement",
"Assets": "Assets",
"Axon Explorer": "Axon Explorer",
"Backup wallet": "Backup wallet",
"Beginner's Guide": "Beginner's Guide",
"Change log": "Change log",
"Changelog": "Changelog",
"CKB Explorer": "CKB Explorer",
"CKBNode": "CKBNode",
"Copyright © 2023 Magickbase All Rights Reserved.": "Copyright © 2023 Magickbase All Rights Reserved.",
"Create wallet": "Create wallet",
"Develop guide": "Develop guide",
Expand All @@ -19,11 +19,14 @@
"Home": "Home",
"Kuai": "Kuai",
"Language": "Language",
"Migration": "Migration",
"Nervos": "Nervos",
"Neuron Wallet": "Neuron Wallet",
"Public Node": "Public Node",
"Report": "Report",
"Safety": "Safety",
"Services": "Services",
"Services status loading...": "Services status loading...",
"Some services are offline": "Some services are offline",
"Sync": "Sync",
"Transaction": "Transaction",
"Transfer and receive": "Transfer and receive"
Expand Down
7 changes: 5 additions & 2 deletions packages/app/public/locales/zh/common.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"All services are online": "所有服务均可用",
"Announcement": "公告",
"Assets": "Assets",
"Axon Explorer": "Axon 区块浏览器",
"Backup wallet": "备份钱包",
"Beginner's Guide": "新手指南",
"Change log": "更新日志",
"Changelog": "更新日志",
"CKB Explorer": "CKB 区块浏览器",
"CKBNode": "CKB 节点",
"Copyright © 2023 Magickbase All Rights Reserved.": "Copyright © 2023 Magickbase 版权所有",
"Create wallet": "创建钱包",
"Develop guide": "开发指南",
Expand All @@ -19,11 +19,14 @@
"Home": "首页",
"Kuai": "Kuai",
"Language": "语言",
"Migration": "迁移",
"Nervos": "Nervos",
"Neuron Wallet": "Neuron 钱包",
"Public Node": "公共节点",
"Report": "Report",
"Safety": "Safety",
"Services": "服务",
"Services status loading...": "Services status loading...",
"Some services are offline": "Some services are offline",
"Sync": "同步",
"Transaction": "交易",
"Transfer and receive": "转账和接收"
Expand Down
5 changes: 3 additions & 2 deletions packages/app/src/utils/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ const TopLevelMenus: TopLevelMenu[] = [
children: [
{ name: addI18nKey('Sync'), sourceTarget: 'Synchronization' },
{ name: addI18nKey('Transaction'), sourceTarget: 'Transaction' },
{ name: addI18nKey('Migration'), sourceTarget: 'migration' },
{ name: addI18nKey('CKBNode'), sourceTarget: 'ckb node' },
{ name: addI18nKey('Assets'), sourceTarget: 'Assets' },
{ name: addI18nKey('Safety'), sourceTarget: 'Safety' },
{ name: addI18nKey('Report'), sourceTarget: 'Report' },
],
},
{
Expand Down

1 comment on commit 293d11b

@vercel
Copy link

@vercel vercel bot commented on 293d11b Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.