Add localization for Your Profile
This commit is contained in:
parent
cec4aa22e6
commit
a5c03f10cb
3 changed files with 4 additions and 2 deletions
|
|
@ -431,7 +431,7 @@ const Header = () => {
|
|||
href={`/${accountState.account.user.username}` || ''}
|
||||
passHref
|
||||
>
|
||||
Your profile
|
||||
<span>{t('menu.profile')}</span>
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem className="MenuItem" onClick={closeLeftMenu}>
|
||||
|
|
@ -494,7 +494,7 @@ const Header = () => {
|
|||
</DropdownMenuItem>
|
||||
<DropdownMenuItem className="MenuItem">
|
||||
<Link href={`/${account.user.username}` || ''} passHref>
|
||||
Your profile
|
||||
<span>{t('menu.profile')}</span>
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuGroup>
|
||||
|
|
|
|||
|
|
@ -303,6 +303,7 @@
|
|||
"language": "Language",
|
||||
"login": "Log in",
|
||||
"roadmap": "Roadmap",
|
||||
"profile": "Your profile",
|
||||
"saved": "Saved",
|
||||
"settings": "Settings",
|
||||
"signup": "Sign up",
|
||||
|
|
|
|||
|
|
@ -303,6 +303,7 @@
|
|||
"guides": "攻略",
|
||||
"language": "言語",
|
||||
"login": "ログイン",
|
||||
"profile": "プロフィール",
|
||||
"roadmap": "ロードマップ",
|
||||
"saved": "保存した編成",
|
||||
"settings": "アカウント設定",
|
||||
|
|
|
|||
Loading…
Reference in a new issue