Skip to content

Commit

Permalink
Added hungarian to language picker
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Mar 27, 2022
1 parent 0f83a56 commit e79b484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UILanguagePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class UILanguagePicker extends UIModal {
make("option").val("it").html("italiano"),
make("option").val("zh_CN").html("简体中文"),
make("option").val("ja").html("日本語"),
make("option").val("hu").html("Magyar"),
make("option").val("no").html("norsk"),
make("option").val("pl").html("Polskie"),
make("option").val("pt_BR").html("Português (Brasil)"),
Expand Down

0 comments on commit e79b484

Please sign in to comment.