mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-17 14:31:58 +01:00
Add fr, search translation, fix login title
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user