Skip to content

Commit

Permalink
feat(i18n): Add Hungarian translation (hu-HU) (#2373)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamas Dohany <iamdtms@gmail.com>
Co-authored-by: Zsolt Botykai <zsolt.botykai@gmail.com>
  • Loading branch information
3 people authored Sep 15, 2023
1 parent 25d4325 commit b723d51
Show file tree
Hide file tree
Showing 2 changed files with 700 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ const locales: LocaleObjectData[] = [
file: 'de-DE.json',
name: 'Deutsch',
},
{
code: 'hu-HU',
file: 'hu-HU.json',
name: 'Magyar',
},
{
code: 'zh-CN',
file: 'zh-CN.json',
Expand Down
Loading

0 comments on commit b723d51

Please sign in to comment.