i18n: fix Hungarian language naming

"nyelv" means language. But because it's a list of languages we
don't need to say it again explicitly.
This commit is contained in:
sfu420
2020-12-29 20:46:40 +01:00
committed by Jesse Chan
parent fdaf8c1155
commit 36066feba6
+1 -1
View File
@@ -8,7 +8,7 @@ const Languages = {
es: 'Español',
fr: 'Français',
it: 'italiano',
hu: 'magyar nyelv',
hu: 'Magyar',
nl: 'Nederlands',
no: 'norsk',
pl: 'Polskie',