Add TR language (some still missing) #907

This commit is contained in:
MichaelDvP
2023-02-27 15:22:17 +01:00
parent 4d496de488
commit 94749e4615
8 changed files with 567 additions and 227 deletions

View File

@@ -25,6 +25,7 @@ import { ReactComponent as SVflag } from 'i18n/SV.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';
import { ReactComponent as TRflag } from 'i18n/TR.svg';
const SignIn: FC = () => {
const authenticationContext = useContext(AuthenticationContext);
@@ -137,6 +138,10 @@ const SignIn: FC = () => {
<SVflag style={{ width: 24 }} />
&nbsp;SV
</Button>
<Button size="small" variant={locale === 'tr' ? 'contained' : 'outlined'} onClick={() => selectLocale('tr')}>
<TRflag style={{ width: 24 }} />
&nbsp;TR
</Button>
</Box>
<ValidatedTextField