Skip to content

Commit 4cb17a6

Browse files
committed
Add title dash
This defaults to the em dash, but uses an en dash on German posts. Part of writefreely/writefreely#1
1 parent 05f387f commit 4cb17a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

l10n/phrases.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ var phrases = map[string]string{
3232
"share modal title": "Share this post",
3333
"share": "share",
3434
"unpin": "unpin",
35+
"title dash": "—",
3536
}

l10n/phrases_de.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ var phrasesDE = map[string]string{
2323
"share modal title": "Teile diesen Beitrag",
2424
"share": "Teilen",
2525
"unpin": "Lösen",
26+
"title dash": "–",
2627
}

0 commit comments

Comments
 (0)