Skip to content

Commit

Permalink
Add Hungarian locale
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Mar 19, 2022
1 parent 29c7389 commit 2db71e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Empty file added public/locales/hu.json
Empty file.
1 change: 1 addition & 0 deletions src/services/LocaleController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const list: Array<string> = [
"en",
"es-cr",
"fr",
"hu",
"it",
"nl",
"pl",
Expand Down
1 change: 1 addition & 0 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<ion-select-option value="en">English</ion-select-option>
<ion-select-option value="es">Español</ion-select-option>
<ion-select-option value="fr">Français</ion-select-option>
<ion-select-option value="hu">Magyar</ion-select-option>
<ion-select-option value="it">Italiano</ion-select-option>
<ion-select-option value="nl">Nederlands</ion-select-option>
<ion-select-option value="pl">Polskie</ion-select-option>
Expand Down

0 comments on commit 2db71e2

Please sign in to comment.