Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and updates across the codebase, focusing on localization of user-facing messages, dependency updates, and tooling enhancements. The most significant changes are the localization of toast notification messages in the Blazor security pages, the addition of new resource strings and translations, and the update of AXSharp dependencies and tools to a newer version. Additionally, a new PowerShell script is added for automating resource compilation, and minor improvements are made to error message formatting in the ABB Robotics component.
Localization and Internationalization Enhancements:
Localizerobject. This ensures consistent multi-language support for notifications such as success and error messages. [1] [2] [3] [4] [5] [6].resxtranslation files (German, Spanish, Slovak, and default). [1] [2] [3] [4] [5] [6] [7]Dependency and Tooling Updates:
AXSharp.ixc,AXSharp.ixd,AXSharp.ixr, and related NuGet packages) are updated from version0.46.0-alpha.363to0.46.0-alpha.366in bothDirectory.Packages.propsand.config/dotnet-tools.json. This ensures compatibility with the latest features and bug fixes. [1] [2] [3]Tooling Automation:
run-ixr-all-ctrl.ps1, is added to automate running thedotnet ixrcommand in allctrldirectories under thesrcfolder, streamlining the compilation of PLC localized string resources.Minor Improvements:
AxoIrc5_v_1_x_x.st) are now wrapped in angle brackets (e.g.,'<#StartAtMainTask timeout.#>') for improved formatting and possible localization or parsing in the future. [1] [2] [3] [4] [5] [6] [7]