mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Fixed umlaut
This commit is contained in:
parent
0043257042
commit
f1e204408f
4 changed files with 5 additions and 3 deletions
|
|
@ -117,6 +117,8 @@ public class TxtDeckImporter extends PlainTextDeckImporter {
|
|||
.replace("í", "i")
|
||||
.replace("â", "a")
|
||||
.replace("á", "a")
|
||||
.replace("à", "a")
|
||||
.replace("é", "e")
|
||||
.replace("ú", "u")
|
||||
.replace("\"", "'");
|
||||
if (lineName.contains("//") && !lineName.contains(" // ")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue