Connected the last items added to preferences gui to config
This commit is contained in:
+9
-1
@@ -76,12 +76,20 @@ class nwQuotes():
|
||||
SINGLE = [
|
||||
("'", "'", "Straight"),
|
||||
("‘", "’", "English"),
|
||||
("‹", "›", "French"),
|
||||
("›", "‹", "Danish"),
|
||||
("’", "’", "Swedish"),
|
||||
("‚", "‘", "German"),
|
||||
("’", "‚", "Dutch"),
|
||||
]
|
||||
DOUBLE = [
|
||||
("\"", "\"", "Straight"),
|
||||
("“", "”", "English"),
|
||||
("«", "»", "Frensh"),
|
||||
("«", "»", "French"),
|
||||
("»", "«", "Danish"),
|
||||
("”", "”", "Swedish"),
|
||||
("„", "“", "German"),
|
||||
("„", "”", "Dutch"),
|
||||
]
|
||||
|
||||
# END Class nwQuotes
|
||||
|
||||
Reference in New Issue
Block a user