Skip to content

Commit

Permalink
Add new phrases (defaults)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Nov 5, 2021
1 parent 3b7d4de commit 26a278e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions l10n/phrases.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,28 @@ var phrases = map[string]string{
"Blogs": "Blogs",
"Enter": "Enter",
"Newer": "Newer",
"Next": "Next",
"Older": "Older",
"Posts": "Posts",
"Previous": "Previous",
"Publish to...": "Publish to...",
"Publish": "Publish",
"Read more...": "Read more...",
"Subscribe": "Subscribe",
"This blog requires a password.": "This blog requires a password.",
"Toggle theme": "Toggle theme",
"View posts": "View Posts",
"delete": "delete",
"edit": "edit",
"email subscription confirm": "Please check your email and click the confirmation link to subscribe.",
"email subscription prompt": "Enter your email to subscribe to updates.",
"email subscription success": "Subscribed. You'll now receive future blog posts via email.",
"move to...": "move to...",
"pin": "pin",
"published with write.as": "published with write.as",
"share modal ending": "Send it to a friend, share it across the web, or maybe tweet it. Learn more.",
"share modal introduction": "Each published post has a secret, unique URL you can share with anyone. This is that URL:",
"share modal title": "Share this post",
"share": "share",
"unpin": "unpin",
"title dash": "—",
"published with write.as": "published with write.as",
"share modal ending": "Send it to a friend, share it across the web, or maybe tweet it. Learn more.",
"share modal introduction": "Each published post has a secret, unique URL you can share with anyone. This is that URL:",
"share modal title": "Share this post",
"share": "share",
"unpin": "unpin",
}

0 comments on commit 26a278e

Please sign in to comment.