Added German umlauts to de.json (#311)

pull/312/head
Simon Dankelmann 2018-01-22 00:37:26 +01:00 committed by Sebastian Kinne
parent 940dc09043
commit b644446f40
1 changed files with 12 additions and 2 deletions

12
languages/de.json Normal file → Executable file
View File

@ -17,6 +17,7 @@
"__comment":" ", "__comment":" ",
"__comment":"A = LeftShift + a, { = LeftShift + [", "__comment":"A = LeftShift + a, { = LeftShift + [",
"__comment":" ", "__comment":" ",
"__comment":"German umlauts added by Simon Dankelmann",
"a":"00,00,04", "a":"00,00,04",
"b":"00,00,05", "b":"00,00,05",
"c":"00,00,06", "c":"00,00,06",
@ -165,5 +166,14 @@
"|":"40,00,64", "|":"40,00,64",
"COMMAND-CTRL-SHIFT":"40,00,64", "COMMAND-CTRL-SHIFT":"40,00,64",
"COMMAND-CTRL":"40,00,64", "COMMAND-CTRL":"40,00,64",
"COMMAND-OPTION-SHIFT'":"40,00,64" "COMMAND-OPTION-SHIFT'":"40,00,64",
"ß":"00,00,2d",
"€":"40,00,08",
"§":"02,00,20",
"ä":"00,00,34",
"ö":"00,00,33",
"ü":"00,00,2f",
"Ä":"02,00,34",
"Ö":"02,00,33",
"Ü":"02,00,2f"
} }