Finished all the autoreplace options in the config gui

This commit is contained in:
Veronica K. B. Olsen
2019-06-11 15:43:04 +02:00
parent 4aa6e25acd
commit f9f8d292d1
4 changed files with 181 additions and 135 deletions
-23
View File
@@ -70,26 +70,3 @@ class nwLabels():
}
# END Class nwLabels
class nwQuotes():
SINGLE = [
("'", "'", "Straight"),
("", "", "English"),
("", "", "French"),
("", "", "Danish"),
("", "", "Swedish"),
("", "", "German"),
("", "", "Dutch"),
]
DOUBLE = [
("\"", "\"", "Straight"),
("", "", "English"),
("«", "»", "French"),
("»", "«", "Danish"),
("", "", "Swedish"),
("", "", "German"),
("", "", "Dutch"),
]
# END Class nwQuotes