mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
[Windows] Added Spanish translation into installer.
This commit is contained in:
parent
e6d23b9078
commit
f2945f14bf
@ -74,6 +74,7 @@ SetCompressor /SOLID /FINAL lzma
|
|||||||
!insertmacro MUI_LANGUAGE "SerbianLatin"
|
!insertmacro MUI_LANGUAGE "SerbianLatin"
|
||||||
!insertmacro MUI_LANGUAGE "Farsi"
|
!insertmacro MUI_LANGUAGE "Farsi"
|
||||||
!insertmacro MUI_LANGUAGE "Hebrew"
|
!insertmacro MUI_LANGUAGE "Hebrew"
|
||||||
|
!insertmacro MUI_LANGUAGE "Spanish"
|
||||||
|
|
||||||
!insertmacro MUI_RESERVEFILE_LANGDLL
|
!insertmacro MUI_RESERVEFILE_LANGDLL
|
||||||
|
|
||||||
@ -544,6 +545,8 @@ Function .onInit
|
|||||||
Push Persian
|
Push Persian
|
||||||
Push ${LANG_HEBREW}
|
Push ${LANG_HEBREW}
|
||||||
Push Hebrew
|
Push Hebrew
|
||||||
|
Push ${LANG_SPANISH}
|
||||||
|
Push Spanish
|
||||||
Push A ; A means auto count languages
|
Push A ; A means auto count languages
|
||||||
; for the auto count to work the first empty push (Push "") must remain
|
; for the auto count to work the first empty push (Push "") must remain
|
||||||
LangDLL::LangDialog "Installer Language" "Please select the language of the installer"
|
LangDLL::LangDialog "Installer Language" "Please select the language of the installer"
|
||||||
|
Loading…
Reference in New Issue
Block a user