language name from cs to cz
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b77d622a03
commit
7c2d8d03c8
|
Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 682 B |
|
|
@ -16,7 +16,7 @@ export default function LanguageSelect() {
|
|||
changeUserLanguage(lang);
|
||||
}
|
||||
|
||||
const supportedLanguages = ["FR", "EN", "ES", "PT", "DE", "DA", "FI", "PL", "CS", "SK", "MY"];
|
||||
const supportedLanguages = ["FR", "EN", "ES", "PT", "DE", "DA", "FI", "PL", "CZ", "SK", "MY"];
|
||||
|
||||
const languageOptions = supportedLanguages.map((lang) => (
|
||||
<li key={lang} className='language-select__option' onClick={() => chooseLanguage(lang)}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user