Update card translations

This commit is contained in:
Alumi
2022-04-16 18:27:09 +09:00
parent fe748cff86
commit bb33b3ed8b
6 changed files with 4496 additions and 1135 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,8 @@ sets = [
'OGW', 'SOI', 'EMN', 'CN2', 'KLD', 'C16', 'AER', 'AKH', 'ANN', 'HOU',
'C17', 'XLN', 'RIX', 'DOM', 'BBD', 'M19', 'C18', 'GRN', 'RNA', 'WAR',
'MH1', 'M20', 'C19', 'ELD', 'THB', 'IKO', 'C20', 'M21', 'JMP', 'ZNR',
'ZNC', 'CMR', 'KHM', 'KHC', 'STX', 'C21', 'MH2', 'AFR', 'AFC',
'ZNC', 'CMR', 'KHM', 'KHC', 'STX', 'C21', 'MH2', 'AFR', 'AFC', 'MID',
'MIC', 'VOW', 'VOC', 'NEO', 'NEC',
]
costmap = [
@@ -77,6 +78,7 @@ costmap = [
def remove_engtype(text):
text = text.replace('(Urzas)', 'ウルザの')
text = text.replace("", "'")
while text.rfind('(') != -1:
left_index = text.rindex('(')
right_index = text.rindex(')')