Add title dash

This defaults to the em dash, but uses an en dash on German posts.

Part of writeas/writefreely#1
This commit is contained in:
Matt Baer
2018-12-24 13:48:21 -05:00
parent 05f387ffa1
commit 4cb17a6518
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -32,4 +32,5 @@ var phrases = map[string]string{
"share modal title": "Share this post",
"share": "share",
"unpin": "unpin",
"title dash": "—",
}
+1
View File
@@ -23,4 +23,5 @@ var phrasesDE = map[string]string{
"share modal title": "Teile diesen Beitrag",
"share": "Teilen",
"unpin": "Lösen",
"title dash": "–",
}