mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
installer: include the Hungarian SE translation
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@694 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
f7d012d50e
commit
5d7972e630
@ -179,7 +179,7 @@ Source: {#bindir}\Languages\da-DK.xml; DestDir: {app}\Languages;
|
||||
;Source: {#bindir}\Languages\es-ES.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\eu-ES.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\fr-FR.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
;Source: {#bindir}\Languages\hu-HU.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\hu-HU.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
;Source: {#bindir}\Languages\it-IT.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
;Source: {#bindir}\Languages\ja-JP.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\pl-PL.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
@ -244,10 +244,9 @@ Type: files; Name: {app}\uninstall.ico
|
||||
Type: files; Name: {app}\Languages\sr-Cyrl-CS.xml
|
||||
Type: files; Name: {app}\Languages\sr-Latn-CS.xml
|
||||
|
||||
; The following language files are incompatible with this version of SE so remove them when it's an upgrade.
|
||||
; If they are updated remove this code
|
||||
; The following language files are incompatible with this SE version,
|
||||
; so remove them when we are upgrading. If they are updated remove this code.
|
||||
Type: files; Name: {app}\Languages\es-ES.xml; Check: IsComponentSelected('translations') AND IsUpdate()
|
||||
Type: files; Name: {app}\Languages\hu-HU.xml; Check: IsComponentSelected('translations') AND IsUpdate()
|
||||
Type: files; Name: {app}\Languages\it-IT.xml; Check: IsComponentSelected('translations') AND IsUpdate()
|
||||
Type: files; Name: {app}\Languages\ja-JP.xml; Check: IsComponentSelected('translations') AND IsUpdate()
|
||||
|
||||
@ -457,6 +456,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
is_update := RegKeyExists(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SubtitleEdit_is1');
|
||||
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user