Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions converter/js/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class malduinoScriptConverter{
if(lang == "it_IT") keyboardCPP = "#define ADD_ALTGR\r\n";
if(lang == "sv_SE") keyboardCPP = "#define ADD_ALTGR\r\n";
if(lang == "fi_FI") keyboardCPP = "#define ADD_ALTGR\r\n";
if(lang == "pt_BR") keyboardCPP = "#define ADD_ALTGR\r\n";
if(lang == "tr_TR") keyboardCPP = "#define ADD_ALTGR\r\n";
if(lang == "cs_CZ_QWERTY") keyboardCPP = "#define ADD_ALTGR\r\n";
if(lang == "cs_CZ_QWERTZ") keyboardCPP = "#define ADD_ALTGR\r\n";
Expand Down
1 change: 1 addition & 0 deletions converter/src/locales/localeList
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ es_ES
fi_FI
cz_CZ
da_DK
pt_BR
pt_PT
tr_TR
it_IT
Expand Down