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/Util | |
| 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/Util')
| -rw-r--r-- | src/ext/Util/wixext/UtilExtensionData.cs | 2 | ||||
| -rw-r--r-- | src/ext/Util/wixlib/en-us.wxl | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/ext/Util/wixext/UtilExtensionData.cs b/src/ext/Util/wixext/UtilExtensionData.cs index d3ca3358..c9de2876 100644 --- a/src/ext/Util/wixext/UtilExtensionData.cs +++ b/src/ext/Util/wixext/UtilExtensionData.cs | |||
| @@ -7,8 +7,6 @@ namespace WixToolset.Util | |||
| 7 | 7 | ||
| 8 | public sealed class UtilExtensionData : BaseExtensionData | 8 | public sealed class UtilExtensionData : BaseExtensionData |
| 9 | { | 9 | { |
| 10 | public override string DefaultCulture => "en-US"; | ||
| 11 | |||
| 12 | public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition) | 10 | public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition) |
| 13 | { | 11 | { |
| 14 | symbolDefinition = UtilSymbolDefinitions.ByName(name); | 12 | symbolDefinition = UtilSymbolDefinitions.ByName(name); |
diff --git a/src/ext/Util/wixlib/en-us.wxl b/src/ext/Util/wixlib/en-us.wxl index fc2db184..b144989e 100644 --- a/src/ext/Util/wixlib/en-us.wxl +++ b/src/ext/Util/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="msierrUSRFailedUserCreate" Overridable="yes" Value="Failed to create user. ([2] [3] [4] [5])" /> | 5 | <String Id="msierrUSRFailedUserCreate" Overridable="yes" Value="Failed to create user. ([2] [3] [4] [5])" /> |
| 6 | <String Id="msierrUSRFailedUserCreatePswd" Overridable="yes" Value="Failed to create user due to invalid password. ([2] [3] [4] [5])" /> | 6 | <String Id="msierrUSRFailedUserCreatePswd" Overridable="yes" Value="Failed to create user due to invalid password. ([2] [3] [4] [5])" /> |
| 7 | <String Id="msierrUSRFailedUserGroupAdd" Overridable="yes" Value="Failed to add user to group. ([2] [3] [4] [5])" /> | 7 | <String Id="msierrUSRFailedUserGroupAdd" Overridable="yes" Value="Failed to add user to group. ([2] [3] [4] [5])" /> |
