mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Add sk locale (#355)
This commit is contained in:
parent
e34e1e9eba
commit
50ac2c5f28
8 changed files with 197 additions and 0 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue