Skip to content

Commit

Permalink
Merge pull request #1987 from McGiverGim/add_hungarian_translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller authored Apr 27, 2020
2 parents 433fe20 + 0fcf356 commit f7ef4c1
Show file tree
Hide file tree
Showing 4 changed files with 3,873 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
!insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "Galician"
!insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Hungarian"
!insertmacro MUI_LANGUAGE "Indonesian"
!insertmacro MUI_LANGUAGE "Italian"
!insertmacro MUI_LANGUAGE "Japanese"
Expand Down
4 changes: 4 additions & 0 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
"message": "Hrvatski",
"description": "Don't translate!!!"
},
"language_hu": {
"message": "magyar",
"description": "Don't translate!!!"
},
"language_id": {
"message": "Bahasa Indonesia",
"description": "Don't translate!!!"
Expand Down
Loading

0 comments on commit f7ef4c1

Please sign in to comment.