mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
Fixed german special characters
Now that special unicode characters are supported, when appropriate, replaced occurrences of the 'ae', 'oe', 'ue', and 'ss' digrams with the proper character.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Console = "Interaktive Konsole"
|
||||
AddScript = "Skript hinzufuegen"
|
||||
AddScript = "Skript hinzufügen"
|
||||
ScriptOptions = "Skriptoptionen"
|
||||
ExecuteScript = "Skript ausfuehren"
|
||||
ExecuteScript = "Skript ausführen"
|
||||
AutoImportScript = "Automatischer Import in Konsole"
|
||||
DeleteScript = "Skript loeschen"
|
||||
DeleteScript = "Skript löschen"
|
||||
FunctionsAndVariables = "Funktionen und Variablen"
|
||||
AllowedCharactersaz09 = "Erlaubte Zeichen: a-z, 0-9, _"
|
||||
|
||||
Reference in New Issue
Block a user