Skip to content

Commit

Permalink
Update keyboard/src/modules/Keyboard.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: jsrain <jsrain@suse.cz>
  • Loading branch information
lslezak and jsrain committed Nov 9, 2018
1 parent 929086f commit d9c2ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/src/modules/Keyboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def get_lang2keyboard
#
# @param sys_language [String] the locale, e.g. cs_CZ
#
# @return the expected key map, e.g. cz-us-qwertz.map.gz
# @return [String] the expected key map, e.g. cz-us-qwertz.map.gz
#
def GetKeymapForLanguage(sys_language)
keyboard = GetKeyboardForLanguage(sys_language, "us")
Expand Down

0 comments on commit d9c2ad8

Please sign in to comment.