mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-27 05:07:50 +02:00
French locale (#236)
This commit is contained in:
parent
9938fa5c58
commit
cbc112d4b5
13 changed files with 275 additions and 94 deletions
|
@ -21,6 +21,7 @@ export const LanguageSelect: React.VoidFunctionComponent<{
|
|||
}}
|
||||
>
|
||||
<option value="en">{t("english")}</option>
|
||||
<option value="fr">{t("french")}</option>
|
||||
<option value="de">{t("german")}</option>
|
||||
</select>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue