1
0
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:
Bookbug
2023-01-16 20:04:52 +08:00
committed by GitHub
parent ff3daff465
commit 35971ad0fb

View File

@@ -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')