Add fr, search translation, fix login title

This commit is contained in:
Simon Caron
2024-12-30 21:38:42 -05:00
parent 53b5fdda87
commit 4f62391027
8 changed files with 63 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ interface Props extends ViewProps {}
export const LanguageSwitcher: React.FC<Props> = ({ ...props }) => {
const { i18n } = useTranslation();
const lngs = ["en", "sv"];
const lngs = ["en", "fr", "sv"];
const [settings, updateSettings] = useSettings();
return (