Skip to content

Commit ac5aceb

Browse files
committed
Remove unused strings
1 parent 6c85039 commit ac5aceb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

resources/windows_feature/locales/en-us.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,14 @@ invalidJson = "Invalid JSON input: %{error}"
99
windowsOnly = "This resource is only supported on Windows"
1010

1111
[get]
12-
failedParseInput = "Failed to parse input: %{err}"
1312
featuresArrayEmpty = "Features array cannot be empty for get operation"
1413
featureNameRequired = "featureName is required for get operation"
15-
failedSerializeOutput = "Failed to serialize output: %{err}"
16-
17-
[export]
18-
failedParseInput = "Failed to parse input: %{err}"
19-
failedSerializeOutput = "Failed to serialize output: %{err}"
2014

2115
[set]
22-
failedParseInput = "Failed to parse input: %{err}"
2316
featuresArrayEmpty = "Features array cannot be empty for set operation"
2417
featureNameRequired = "featureName is required for set operation"
2518
stateRequired = "state is required for set operation"
2619
unsupportedDesiredState = "Unsupported desired state '%{state}'. Supported states for set are: Installed, NotPresent, Removed"
27-
failedSerializeOutput = "Failed to serialize output: %{err}"
2820

2921
[dism]
3022
failedLoadLibrary = "Failed to load dismapi.dll. Ensure DISM is available on this system."

0 commit comments

Comments
 (0)