layouts: Add German keyboard layout

This commit is contained in:
Mark Müller
2019-10-24 18:03:23 +00:00
committed by Dorota Czaplejewicz
parent 55410a005c
commit 0b5aa1ba7c
3 changed files with 97 additions and 1 deletions

View File

@ -47,7 +47,7 @@ endforeach
# The layout test is in the examples directory
# due to the way Cargo builds executables
# and the need to call it manually
foreach layout : ['us', 'el', 'es', 'it', 'nb', 'number']
foreach layout : ['us', 'de', 'el', 'es', 'it', 'nb', 'number']
test(
'test_layout_' + layout,
cargo_script,