Add Galician translation (#1407)

Add Galician translation
10.7.0-preview
Michael Keller 2019-05-01 00:22:43 +12:00 committed by GitHub
commit f1b9055310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4153 additions and 1 deletions

View File

@ -48,6 +48,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "Catalan"
!insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "Galician"
!insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Indonesian"
!insertmacro MUI_LANGUAGE "Italian"

View File

@ -90,6 +90,9 @@
"language_fr": {
"message": "Fran\u00e7ais (fr)"
},
"language_gl": {
"message": "Galego (gl)"
},
"language_id": {
"message": "Bahasa Indonesia (id)"
},

4148
locales/gl/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', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'gl', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
/**
* Functions that depend on the i18n framework