Skip to content

Commit

Permalink
fix: i18next key warning (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor authored Nov 16, 2023
1 parent e5edae0 commit c56ec19
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"en": "English",
"enterprise-solution": "Enterprise Solution",
"error": "There was an unexpected error",
"forboleLogo": "Forbole Logo",
"full tvl": "Total Value Locked",
"native-staking-service": "Native Staking Service",
"placeholder": "Your email",
Expand Down
1 change: 0 additions & 1 deletion public/locales/en/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"email": "Email",
"estimated earning": "Estimated earning",
"faq": "FAQs",
"forboleLogo": "Forbole Logo",
"FVH title": "Stake, earn and secure the networks with Forbole",
"general support": "General Support",
"get in touch!": "Get in touch!",
Expand Down
1 change: 1 addition & 0 deletions public/locales/zh-CN/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"en": "English",
"enterprise-solution": "企业解决方案",
"error": "发生意外错误",
"forboleLogo": "Forbole 标志",
"full tvl": "已质押通证的总值",
"native-staking-service": "原生通证质押服务",
"placeholder": "你的电邮地址",
Expand Down
1 change: 0 additions & 1 deletion public/locales/zh-CN/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"email": "Email",
"estimated earning": "Estimated earning",
"faq": "FAQs",
"forboleLogo": "Forbole Logo",
"FVH title": "Stake, earn and secure the networks with Forbole",
"general support": "General Support",
"get in touch!": "Get in touch!",
Expand Down
1 change: 1 addition & 0 deletions public/locales/zh-HK/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"en": "English",
"enterprise-solution": "企業解決方案",
"error": "發生意外錯誤",
"forboleLogo": "Forbole 標誌",
"full tvl": "已質押通證的總值",
"native-staking-service": "原生通證質押服務",
"placeholder": "你的電郵地址",
Expand Down
1 change: 0 additions & 1 deletion public/locales/zh-HK/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"email": "Email",
"estimated earning": "Estimated earning",
"faq": "FAQs",
"forboleLogo": "Forbole Logo",
"FVH title": "Stake, earn and secure the networks with Forbole",
"general support": "General Support",
"get in touch!": "Get in touch!",
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Nav = ({ staking, stakeNowRef, itemColor }: NavProps) => {
>
<Link href="/">
<a
aria-label={t("forboleLogo")}
aria-label={t("common:forboleLogo")}
style={{
display: "flex",
alignItems: "center",
Expand Down

0 comments on commit c56ec19

Please sign in to comment.