Merge pull request #1987 from McGiverGim/add_hungarian_translation

10.7.0-preview
Michael Keller 2020-04-28 08:11:12 +12:00 committed by GitHub
commit f7ef4c17af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3873 additions and 1 deletions

View File

@ -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"

View File

@ -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!!!"

3867
locales/hu/messages.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
window.i18n = {};
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'pt_BR', 'pl', 'ru', 'sv', 'zh_CN'];
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'pt_BR', 'pl', 'ru', 'sv', 'zh_CN'];
const languageFallback = {
'pt': ['pt_BR', 'en'],