forked from External/mage
Merge branch 'master' into mtga-deck-import
This commit is contained in:
commit
6e0e3899b8
16 changed files with 57 additions and 41 deletions
|
|
@ -15,6 +15,8 @@ public class CardNameUtil {
|
|||
.replace("í", "i")
|
||||
.replace("â", "a")
|
||||
.replace("á", "a")
|
||||
.replace("à", "a")
|
||||
.replace("é", "e")
|
||||
.replace("ú", "u")
|
||||
.replace("\"", "'");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue