mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Fix: [JP]Ocr hotfix (#2129)
This commit is contained in:
@@ -91,6 +91,7 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
|
||||
# Kanji '一' and '力' are not used, while Katakana 'ー' and 'カ' are misread as Kanji sometimes.
|
||||
# Katakana 'ペ' may be misread as Hiragana 'ぺ'.
|
||||
name = name.replace('一', 'ー').replace('力', 'カ').replace('ぺ', 'ペ')
|
||||
name = name.replace('ジブフルタル', 'ジブラルタル')
|
||||
return name
|
||||
|
||||
@Config.when(SERVER='tw')
|
||||
|
||||
Reference in New Issue
Block a user