diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 15:30:16 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | 7be5d94529c8419b4bd5da4dcd838795622643cb (patch) | |
tree | 671f4361b47e3f03a1cb71facb1c533a0119d5e1 /src/ext/Dependency | |
parent | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (diff) | |
download | wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.gz wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.bz2 wix-7be5d94529c8419b4bd5da4dcd838795622643cb.zip |
Link localizations from WixExtensions the same as sections
Diffstat (limited to 'src/ext/Dependency')
-rw-r--r-- | src/ext/Dependency/wixext/DependencyExtensionData.cs | 6 | ||||
-rw-r--r-- | src/ext/Dependency/wixlib/en-us.wxl | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/ext/Dependency/wixext/DependencyExtensionData.cs b/src/ext/Dependency/wixext/DependencyExtensionData.cs index 2f30c2bf..c3c8fc03 100644 --- a/src/ext/Dependency/wixext/DependencyExtensionData.cs +++ b/src/ext/Dependency/wixext/DependencyExtensionData.cs | |||
@@ -11,12 +11,6 @@ namespace WixToolset.Dependency | |||
11 | public sealed class DependencyExtensionData : BaseExtensionData | 11 | public sealed class DependencyExtensionData : BaseExtensionData |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// Gets the default culture. | ||
15 | /// </summary> | ||
16 | /// <value>The default culture.</value> | ||
17 | public override string DefaultCulture => "en-US"; | ||
18 | |||
19 | /// <summary> | ||
20 | /// Gets the contained .wixlib content. | 14 | /// Gets the contained .wixlib content. |
21 | /// </summary> | 15 | /// </summary> |
22 | /// <param name="symbolDefinitions">Strong typed symbold definitions.</param> | 16 | /// <param name="symbolDefinitions">Strong typed symbold definitions.</param> |
diff --git a/src/ext/Dependency/wixlib/en-us.wxl b/src/ext/Dependency/wixlib/en-us.wxl index ca0a3ea6..9d6cc63a 100644 --- a/src/ext/Dependency/wixlib/en-us.wxl +++ b/src/ext/Dependency/wixlib/en-us.wxl | |||
@@ -1,7 +1,7 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | 2 | ||
3 | 3 | ||
4 | <WixLocalization Culture="en-US" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | 4 | <WixLocalization Culture="en-US" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
5 | <String Id="msierrDependencyMissingDependencies" Overridable="yes" Value="If you continue with this install, the product may not work properly because [2] or more dependencies are missing. Do you want to continue with this install anyway?" /> | 5 | <String Id="msierrDependencyMissingDependencies" Overridable="yes" Value="If you continue with this install, the product may not work properly because [2] or more dependencies are missing. Do you want to continue with this install anyway?" /> |
6 | <String Id="msierrDependencyHasDependents" Overridable="yes" Value="If you continue with this uninstall, [2] or more products may stop working properly. Do you want to continue with this uninstall anyway?" /> | 6 | <String Id="msierrDependencyHasDependents" Overridable="yes" Value="If you continue with this uninstall, [2] or more products may stop working properly. Do you want to continue with this uninstall anyway?" /> |
7 | </WixLocalization> | 7 | </WixLocalization> |