New Crowdin updates (#3621)

This commit is contained in:
Tyler Wilding
2024-07-31 16:32:22 -04:00
committed by GitHub
parent af6de539b5
commit 276169f525
12 changed files with 3658 additions and 3754 deletions
+15 -2
View File
@@ -42,7 +42,12 @@ JAK1_AUTO_REPLACEMENTS = {
"": "-",
"": "",
"": ",,",
"": "\""
"": "\"",
" ": " ",
"": "!",
"": "(",
"": ")",
"": "."
}
# TODO - check for korean text
@@ -83,7 +88,13 @@ JAK2_AUTO_REPLACEMENTS = {
"": "-",
"": "",
"": ",,",
"": "\""
"": "\"",
" ": " ",
"": "!",
"": "(",
"": ")",
"": "~",
"": "."
}
# fmt: on
@@ -145,6 +156,7 @@ def lint_jak1_characters(text):
character, text
)
)
# text = jak1_replace_character(text, pos, "?")
invalid_characters_found = True
pos = pos + 1
else:
@@ -258,6 +270,7 @@ def lint_jak2_characters(text):
character, text
)
)
# text = jak2_replace_character(text, pos, "?")
invalid_characters_found = True
pos = pos + 1
else: