mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Installer: Fix Vietnamese language inclusion after the rename.
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@2379 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
5b49e91a41
commit
50c946a834
@ -242,7 +242,7 @@ Source: {#bindir}\Languages\sr-Cyrl-RS.xml; DestDir: {app}\Languages;
|
||||
Source: {#bindir}\Languages\sr-Latn-RS.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\sv-SE.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\tr-TR.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\vn-VN.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\vi-VN.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\zh-CHS.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\zh-tw.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
#endif
|
||||
@ -338,7 +338,7 @@ Type: files; Name: {app}\Languages\sr-Cyrl-RS.xml; Check: not IsComponentSe
|
||||
Type: files; Name: {app}\Languages\sr-Latn-RS.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\sv-SE.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\tr-TR.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\vn-VN.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\vi-VN.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\zh-CHS.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\zh-tw.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: dirifempty; Name: {app}\Languages; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
|
Loading…
Reference in New Issue
Block a user