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:
parent
e4add50eb9
commit
ed2edf2008
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue