Integrated hungarian language

This commit is contained in:
Mawoka
2023-08-07 16:17:08 +02:00
parent 008885ffec
commit e750149743
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -128,6 +128,11 @@ SPDX-License-Identifier: MPL-2.0
code: 'nl',
name: 'Nederlands',
flag: '🇳🇱'
},
{
code: "hu",
name: "Magyar",
flag: '🇭🇺'
}
];
const get_selected_language = (): string => {