File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## Unreleased
9
+
10
+ - Remove extra backticks during localization text migration.
11
+
8
12
## [ 0.7.3] 2025-08-01
9
13
10
14
### Added
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ foreach ($import in $public + $private) {
9
9
}
10
10
}
11
11
12
- data LocalizedData {
12
+ data LocalizedData {
13
13
# Load here in case Import-LocalizedData is not available
14
14
ConvertFrom-StringData @'
15
15
NoCommandsExported=No commands have been exported. Skipping markdown generation.
16
16
FailedToGenerateMarkdownHelp=Failed to generate markdown help. : {0}
17
17
AddingFileToPsm1=Adding [{0}] to PSM1
18
18
MakeCabNotAvailable=MakeCab.exe is not available. Cannot create help cab.
19
19
DirectoryAlreadyExists=Directory already exists [{0}].
20
- PathLongerThan3Chars=`$ Path [{0}] must be longer than 3 characters.
20
+ PathLongerThan3Chars=Path [{0}] must be longer than 3 characters.
21
21
BuildSystemDetails=Build System Details:
22
- BuildModule=Build Module: {0}` :{1}
22
+ BuildModule=Build Module: {0}:{1}
23
23
PowerShellVersion=PowerShell Version: {0}
24
- EnvironmentVariables={0}` Environment variables:
24
+ EnvironmentVariables={0}Environment variables:
25
25
PublishingVersionToRepository=Publishing version [{0}] to repository [{1}]...
26
26
FolderDoesNotExist=Folder does not exist: {0}
27
27
PathArgumentMustBeAFolder=The Path argument must be a folder. File paths are not allowed.
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ FailedToGenerateMarkdownHelp=Failed to generate markdown help. : {0}
4
4
AddingFileToPsm1=Adding [{0}] to PSM1
5
5
MakeCabNotAvailable=MakeCab.exe is not available. Cannot create help cab.
6
6
DirectoryAlreadyExists=Directory already exists [{0}].
7
- PathLongerThan3Chars=`$ Path [{0}] must be longer than 3 characters.
7
+ PathLongerThan3Chars=Path [{0}] must be longer than 3 characters.
8
8
BuildSystemDetails=Build System Details:
9
- BuildModule=Build Module: {0}` :{1}
9
+ BuildModule=Build Module: {0}:{1}
10
10
PowerShellVersion=PowerShell Version: {0}
11
- EnvironmentVariables={0}` Environment variables:
11
+ EnvironmentVariables={0}Environment variables:
12
12
PublishingVersionToRepository=Publishing version [{0}] to repository [{1}]...
13
13
FolderDoesNotExist=Folder does not exist: {0}
14
14
PathArgumentMustBeAFolder=The Path argument must be a folder. File paths are not allowed.
You can’t perform that action at this time.
0 commit comments