Add new phrases (defaults)
This commit is contained in:
+6
-1
@@ -14,16 +14,22 @@ var phrases = map[string]string{
|
|||||||
"Blogs": "Blogs",
|
"Blogs": "Blogs",
|
||||||
"Enter": "Enter",
|
"Enter": "Enter",
|
||||||
"Newer": "Newer",
|
"Newer": "Newer",
|
||||||
|
"Next": "Next",
|
||||||
"Older": "Older",
|
"Older": "Older",
|
||||||
"Posts": "Posts",
|
"Posts": "Posts",
|
||||||
|
"Previous": "Previous",
|
||||||
"Publish to...": "Publish to...",
|
"Publish to...": "Publish to...",
|
||||||
"Publish": "Publish",
|
"Publish": "Publish",
|
||||||
"Read more...": "Read more...",
|
"Read more...": "Read more...",
|
||||||
|
"Subscribe": "Subscribe",
|
||||||
"This blog requires a password.": "This blog requires a password.",
|
"This blog requires a password.": "This blog requires a password.",
|
||||||
"Toggle theme": "Toggle theme",
|
"Toggle theme": "Toggle theme",
|
||||||
"View posts": "View Posts",
|
"View posts": "View Posts",
|
||||||
"delete": "delete",
|
"delete": "delete",
|
||||||
"edit": "edit",
|
"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...",
|
"move to...": "move to...",
|
||||||
"pin": "pin",
|
"pin": "pin",
|
||||||
"published with write.as": "published with write.as",
|
"published with write.as": "published with write.as",
|
||||||
@@ -32,5 +38,4 @@ var phrases = map[string]string{
|
|||||||
"share modal title": "Share this post",
|
"share modal title": "Share this post",
|
||||||
"share": "share",
|
"share": "share",
|
||||||
"unpin": "unpin",
|
"unpin": "unpin",
|
||||||
"title dash": "—",
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user