Since the Typography class is made for the English-speaking world, I need to make some small adjustments for Swedish. How would I do this? An extension?
These are the changes I want to do:
* The em-dash is never used in Swedish—only the en-dash, and always with surrounding spaces. So, I would replace all “—” with en-dash, and perhaps “—-” with em-dash for English quotes.
* We always use the right-hand quotation marks—even on the left side!
The “ugly hack” I can think of is to create a plugin to wrap all my content with, that replaces left quotes with right quotes, em-dashes and “—” with en-dashes. But I don’t like that idea.