equal
deleted
inserted
replaced
13 </ComponentGroup> |
13 </ComponentGroup> |
14 </Fragment> |
14 </Fragment> |
15 |
15 |
16 <Fragment> |
16 <Fragment> |
17 <DirectoryRef Id="INSTALLDIR"> |
17 <DirectoryRef Id="INSTALLDIR"> |
18 <Directory Id="localedir" Name="locale" /> |
18 <Directory Id="localedir" Name="locale" FileSource="$(var.SourceDir)"> |
|
19 <?foreach LOC in $(var.hglocales) ?> |
|
20 <Directory Id="hg.locale.$(var.LOC)" Name="$(var.LOC)"> |
|
21 <Directory Id="hg.locale.$(var.LOC).LC_MESSAGES" Name="LC_MESSAGES"> |
|
22 <Component Id="hg.locale.$(var.LOC)" Guid="*"> |
|
23 <File Id="hg.mo.$(var.LOC)" Name="hg.mo" KeyPath="yes" /> |
|
24 </Component> |
|
25 </Directory> |
|
26 </Directory> |
|
27 <?endforeach?> |
|
28 </Directory> |
19 </DirectoryRef> |
29 </DirectoryRef> |
20 </Fragment> |
30 </Fragment> |
21 |
31 |
22 <?foreach LOC in $(var.hglocales) ?> |
|
23 <Fragment> |
|
24 <DirectoryRef Id="localedir"> |
|
25 <Directory Id="hg.locale.$(var.LOC)" Name="$(var.LOC)"> |
|
26 <Directory Id="hg.locale.$(var.LOC).LC_MESSAGES" Name="LC_MESSAGES"> |
|
27 <Component Id="hg.locale.$(var.LOC)" Guid="*"> |
|
28 <File Id="hg.mo.$(var.LOC)" KeyPath="yes" |
|
29 Source="$(var.SourceDir)\$(var.LOC)\LC_MESSAGES\hg.mo" |
|
30 /> |
|
31 </Component> |
|
32 </Directory> |
|
33 </Directory> |
|
34 </DirectoryRef> |
|
35 </Fragment> |
|
36 <?endforeach?> |
|
37 |
|
38 </Wix> |
32 </Wix> |