BUGFIX | Added missing Polish "ł" and "Ł" small font characters, updated translation

This commit is contained in:
Artur Kruszewski
2020-12-29 21:21:06 +01:00
parent 768d36c060
commit db250d7226
2 changed files with 85 additions and 85 deletions

View File

@@ -777,8 +777,8 @@ def getSmallFontMap():
"ľ":"0x00, 0x41, 0x7f, 0x40, 0x03, 0x00,",
"Ŀ":"0x7f, 0x40, 0x40, 0x48, 0x40, 0x00,",
"ŀ":"0x00, 0x41, 0x7f, 0x40, 0x08, 0x00,",
"Ł":"0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",
"ł":"0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",
"Ł":"0x10, 0x7F, 0x48, 0x44, 0x40, 0x00,",
"ł":"0x00, 0x49, 0x7F, 0x44, 0x00, 0x00,",
"Ń":"0x7c, 0x08, 0x12, 0x21, 0x7c, 0x00,",
"ń":"0x7c, 0x08, 0x06, 0x05, 0x78, 0x00,",
"Ņ":"0x1f, 0x42, 0x24, 0x08, 0x1f, 0x00,",
@@ -841,4 +841,4 @@ def getSmallFontMap():
"ž":"0x44, 0x65, 0x56, 0x4d, 0x44, 0x00,",
"ſ":"0x00, 0x04, 0x7e, 0x01, 0x01, 0x00,",
}
return font
return font