1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00

Add: Island EN assets (#5872)

* Add: Island EN assets

* Merge commit '69eea1e5a0eeef854bc9e1c677ceff33f6b31e5d'

* Add: last missing EN assets

* Fix: final adjustments to ocr and assets for EN
This commit is contained in:
dragonheart107
2026-08-13 10:45:48 +02:00
committed by GitHub
parent 69eea1e5a0
commit 6e75afd29f
79 changed files with 76 additions and 80 deletions

View File

@@ -40,10 +40,8 @@ class IslandShop(IslandShopUI):
def _island_shop_item_name_ocr(self):
if server.server == 'jp':
lang = 'jp'
elif server.server == 'cn':
lang = 'cnocr'
else:
lang = 'azur_lane'
lang = 'cnocr'
return Ocr(
self._island_shop_item_name_grid.buttons,
lang=lang,