added localization to locale toggle button
This commit is contained in:
parent
8c8e363915
commit
a2db39e1fe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const LocaleToggleButton = () => {
|
||||||
<FontAwesomeIcon icon={faLanguage} />
|
<FontAwesomeIcon icon={faLanguage} />
|
||||||
</StyledLocaleToggleButton>
|
</StyledLocaleToggleButton>
|
||||||
<ReactTooltip id="locale" type="dark" effect="solid">
|
<ReactTooltip id="locale" type="dark" effect="solid">
|
||||||
<span>Locale: {globalState.locale}</span>
|
<span>{globalState.locale == "en" ? "English" : "한국어"} </span>
|
||||||
</ReactTooltip>
|
</ReactTooltip>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue