Add german and italian to translation

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-22 07:12:41 +04:00
parent 1f6671e647
commit ab0d220a9e
3 changed files with 41 additions and 5 deletions
+10
View File
@@ -197,6 +197,16 @@ export default function Teks({anTeks, komante, open, success, error, setSuccess,
<span>
🇪🇸
</span>
)}
{flag === 'de' && (
<span>
🇩🇪
</span>
)}
{flag === 'it' && (
<span>
🇮🇹
</span>
)} {title}
</Typography>
<Typography paragraph align='justify' component='span'>