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:
@@ -32,4 +32,5 @@ var phrases = map[string]string{
|
||||
"share modal title": "Share this post",
|
||||
"share": "share",
|
||||
"unpin": "unpin",
|
||||
"title dash": "—",
|
||||
}
|
||||
|
||||
@@ -23,4 +23,5 @@ var phrasesDE = map[string]string{
|
||||
"share modal title": "Teile diesen Beitrag",
|
||||
"share": "Teilen",
|
||||
"unpin": "Lösen",
|
||||
"title dash": "–",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user