mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
BUGFIX | Added missing Polish "ł" and "Ł" small font characters, updated translation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user