language name from cs to cz
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-02-18 09:42:13 +01:00
parent b77d622a03
commit 7c2d8d03c8
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 682 B

After

Width:  |  Height:  |  Size: 682 B

View File

@ -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)}>