i18n: hungarian translation (#250)

This commit is contained in:
Robi Hahn
2025-01-30 18:24:57 +01:00
committed by GitHub
parent 5073113568
commit 2f2eca2bff
3 changed files with 76 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ export const languages = [
'russian',
'spanish',
'swedish',
'ukrainian'
'ukrainian',
'hungarian'
] as const
export type Language = (typeof languages)[number]