forked from blisstown/campfire
add missing i18n for post view
This commit is contained in:
parent
30f3aadeaa
commit
b74b19cc73
13 changed files with 27 additions and 16 deletions
|
@ -32,7 +32,9 @@
|
|||
|
||||
"profile_information": "Profile information",
|
||||
"settings": "Settings",
|
||||
"log_out": "Log out"
|
||||
"log_out": "Log out",
|
||||
|
||||
"back": "Back"
|
||||
},
|
||||
|
||||
"timeline": {
|
||||
|
@ -57,6 +59,8 @@
|
|||
},
|
||||
|
||||
"post": {
|
||||
"loading": "loading post...",
|
||||
"by": "Post by %1",
|
||||
"time": "%1 ago",
|
||||
"boosted": "%1 boosted this post.",
|
||||
"actions": {
|
||||
|
@ -82,6 +86,7 @@
|
|||
|
||||
"compose": "Post",
|
||||
"search": "Search",
|
||||
"loading": "just a moment...",
|
||||
|
||||
"source": "source",
|
||||
"issues": "issues"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue