feat(i18n): Add Hungarian language (#5417)

Signed-off-by: brf153 <153hsb@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
Devaansh Bhandari 2023-12-22 21:11:50 +05:30 committed by GitHub
parent e4add50eb9
commit ed2edf2008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ export const LANGUAGES: ILanguage[] = [
file: () => require('./locales/hi-IN.json')
},
{
label: 'Hungarian',
value: 'hu',
file: () => require('./locales/hu.json')
},
{
label: 'Italiano',
value: 'it',