Add sk locale (#355)

This commit is contained in:
Luke Vella 2022-11-11 14:05:45 +00:00 committed by GitHub
parent e34e1e9eba
commit 50ac2c5f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 197 additions and 0 deletions

View file

@ -32,6 +32,7 @@ export const LanguageSelect: React.VoidFunctionComponent<{
<option value="pl">Polski</option>
<option value="pt">Português</option>
<option value="pt-BR">Português - Brasil</option>
<option value="sk">Slovenčina</option>
<option value="sv">Svenska</option>
</select>
);