Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/428/head
Sebastian Stehle 6 years ago
parent
commit
4b068f20bf
  1. 2
      src/Squidex.Infrastructure/StringExtensions.cs

2
src/Squidex.Infrastructure/StringExtensions.cs

@ -46,6 +46,7 @@ namespace Squidex.Infrastructure
['Å'] = "A", ['Å'] = "A",
['Æ'] = "AE", ['Æ'] = "AE",
['Ç'] = "C", ['Ç'] = "C",
['Ə'] = "E",
['È'] = "E", ['È'] = "E",
['É'] = "E", ['É'] = "E",
['Ê'] = "E", ['Ê'] = "E",
@ -77,6 +78,7 @@ namespace Squidex.Infrastructure
['å'] = "a", ['å'] = "a",
['æ'] = "ae", ['æ'] = "ae",
['ç'] = "c", ['ç'] = "c",
['ə'] = "e",
['è'] = "e", ['è'] = "e",
['é'] = "e", ['é'] = "e",
['ê'] = "e", ['ê'] = "e",

Loading…
Cancel
Save