mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Merge pull request #64 from mousep/update-card-translations
Update card translations
This commit is contained in:
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
@@ -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('(Urza’s)', 'ウルザの')
|
||||
text = text.replace("’", "'")
|
||||
while text.rfind('(') != -1:
|
||||
left_index = text.rindex('(')
|
||||
right_index = text.rindex(')')
|
||||
|
||||
Reference in New Issue
Block a user