mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
[jak1] Finnish base game strings (#3058)
Finnish translations for the remaining UI texts --------- Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ args = parser.parse_args()
|
||||
|
||||
# fmt: off
|
||||
JAK1_ALLOWED_CHARACTERS = [
|
||||
"_", # NOTE - not an actual underscore, adds a long space!
|
||||
"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
|
||||
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
|
||||
"'", "!", "(", ")", "+", "-", ",", ".", "/", ":", "=", "<", ">", "*", "%", "?", "\"",
|
||||
|
||||
Reference in New Issue
Block a user