Add Indonesian Translation
parent
e8400ffaf5
commit
0feda68542
|
@ -49,6 +49,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
|||
!insertmacro MUI_LANGUAGE "Catalan"
|
||||
!insertmacro MUI_LANGUAGE "French"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
||||
!insertmacro MUI_LANGUAGE "Indonesian"
|
||||
!insertmacro MUI_LANGUAGE "Italian"
|
||||
!insertmacro MUI_LANGUAGE "Japanese"
|
||||
!insertmacro MUI_LANGUAGE "Korean"
|
||||
|
|
|
@ -90,6 +90,9 @@
|
|||
"language_fr": {
|
||||
"message": "Fran\u00e7ais (fr)"
|
||||
},
|
||||
"language_id": {
|
||||
"message": "Bahasa Indonesia (id)"
|
||||
},
|
||||
"language_it": {
|
||||
"message": "Italiano (it)"
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,7 +6,7 @@
|
|||
|
||||
var i18n = {}
|
||||
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
|
||||
|
||||
/**
|
||||
* Functions that depend on the i18n framework
|
||||
|
|
Loading…
Reference in New Issue