mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +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 @@
|
||||
FunctionApp = "Funktionen"
|
||||
FunctionAppCapital = "FUNKTIONEN"
|
||||
FunctionTab = "Funktionen"
|
||||
AddFunction = "Funktion hinzufuegen"
|
||||
DeleteFunction = "Funktion loeschen"
|
||||
AddFunction = "Funktion hinzufügen"
|
||||
DeleteFunction = "Funktion löschen"
|
||||
FunctionColor = "Farbe der Funktion"
|
||||
NoFunction = "Keine Funktion"
|
||||
NoActivatedFunction = "Keine aktive Funktion"
|
||||
|
||||
Reference in New Issue
Block a user