Update FR translations

This commit is contained in:
PopaSchKing
2022-12-08 19:28:38 +01:00
parent bdaf9e6dc6
commit c20fc5a345
6 changed files with 359 additions and 347 deletions

View File

@@ -24,6 +24,7 @@ import { ReactComponent as GBflag } from './i18n/GB.svg';
import { ReactComponent as SEflag } from './i18n/SE.svg';
import { ReactComponent as PLflag } from './i18n/PL.svg';
import { ReactComponent as NOflag } from './i18n/NO.svg';
import { ReactComponent as FRflag } from './i18n/FR.svg';
const SignIn: FC = () => {
const authenticationContext = useContext(AuthenticationContext);
@@ -133,6 +134,10 @@ const SignIn: FC = () => {
<NOflag style={{ width: 24 }} />
&nbsp;NO
</Button>
<Button size="small" variant={locale === 'fr' ? 'contained' : 'outlined'} onClick={() => selectLocale('fr')}>
<FRflag style={{ width: 24 }} />
&nbsp;FR
</Button>
</Box>
<ValidatedTextField