Remove localizations (#24376)

* round 1

mostly /en-us/ and the like

* round 2

* revert files b/c feedback

* revert files b/c feedback

* revert files b/c feedback

* Update cziplib

* Redo interop

* Revert security.md

---------

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
Jay
2023-03-20 15:43:10 +01:00
committed by GitHub
parent 5baa0b1904
commit 08fe13a8f6
12 changed files with 23 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ namespace Common.Utilities
{
/// <summary>
/// Dictionary of elements in lower case that are blocked from Svg for preview pane.
/// Reference for list of Svg Elements: https://developer.mozilla.org/en-US/docs/Web/SVG/Element.
/// Reference for list of Svg Elements: https://developer.mozilla.org/docs/Web/SVG/Element.
/// </summary>
private static Dictionary<string, bool> blockedElementsName = new Dictionary<string, bool>
{