mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
Add pt-br locale (#261)
This commit is contained in:
parent
0b156fabe6
commit
1ef15682ea
9 changed files with 226 additions and 18 deletions
|
@ -20,8 +20,9 @@ export const LanguageSelect: React.VoidFunctionComponent<{
|
|||
>
|
||||
<option value="en">{t("english")}</option>
|
||||
<option value="es">{t("spanish")}</option>
|
||||
<option value="fr">{t("french")}</option>
|
||||
<option value="de">{t("german")}</option>
|
||||
<option value="pt-BR">{t("portugueseBr")}</option>
|
||||
<option value="fr">{t("french")}</option>
|
||||
<option value="sv">{t("swedish")}</option>
|
||||
</select>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue