Add Swedish language

10.5.x-maintenance
Miguel Angel Mulero Martinez 2018-09-01 13:32:15 +02:00
parent 2209998e41
commit c76bc20287
4 changed files with 3742 additions and 2 deletions

View File

@ -56,6 +56,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
!insertmacro MUI_LANGUAGE "Portuguese"
!insertmacro MUI_LANGUAGE "SimpChinese"
!insertmacro MUI_LANGUAGE "Spanish"
!insertmacro MUI_LANGUAGE "Swedish"
# detect default install folder
Function .onInit

View File

@ -104,7 +104,10 @@
},
"language_pt": {
"message": "Portugu\u00EAs (pt)"
},
},
"language_sv": {
"message": "Svenska (sv)"
},
"language_zh_CN": {
"message": "\u7b80\u4f53\u4e2d\u6587 (zh_CN)"
},

3736
locales/sv/messages.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
var i18n = {}
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'zh_CN'];
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'sv', 'zh_CN'];
/**
* Functions that depend on the i18n framework