From ef4c7b7cc5bf21780d300c8616639356bb3d5ebb Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Thu, 24 Jun 2021 22:06:57 +0800 Subject: [PATCH] Dev: Siren name translation in Swirling Cherry Blossoms --- dev_tools/map_extractor.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev_tools/map_extractor.py b/dev_tools/map_extractor.py index ff5b9084c..54e266816 100644 --- a/dev_tools/map_extractor.py +++ b/dev_tools/map_extractor.py @@ -104,6 +104,14 @@ DIC_SIREN_NAME_CHI_TO_ENG = { 'haman': 'Hammann', 'yatelanda': 'Atlanta', 'beianpudun': 'Northampton', + + # Swirling Cherry Blossoms + 'xia': 'Kasumi', + 'xiang': 'Hibiki', + 'guinu': 'Kinu', + 'moye': 'Maya', + 'yishi': 'Ise', + 'sunying': 'Junyo', }