feat(i18n): adding spanish to language selector (#266)
This commit is contained in:
parent
a28f14cb70
commit
2b46bd5a15
4 changed files with 42 additions and 5 deletions
|
@ -100,6 +100,7 @@
|
|||
"update_status": "updated their status"
|
||||
},
|
||||
"placeholder": {
|
||||
"content_warning": "Write your warning here",
|
||||
"default_1": "What is on your mind?",
|
||||
"reply_to_account": "Reply to {0}",
|
||||
"replying": "Replying",
|
||||
|
@ -123,6 +124,19 @@
|
|||
"posts": "Posts",
|
||||
"posts_with_replies": "Posts & Replies"
|
||||
},
|
||||
"time_ago_options": {
|
||||
"in": "in",
|
||||
"just_now": "just now",
|
||||
"last_month": "last month",
|
||||
"last_week": "last week",
|
||||
"last_year": "last year",
|
||||
"next_month": "next month",
|
||||
"next_week": "next week",
|
||||
"next_year": "next year",
|
||||
"tomorrow": "tomorrow",
|
||||
"week": "week",
|
||||
"yesterday": "yesterday"
|
||||
},
|
||||
"timeline": {
|
||||
"show_new_items": "Show {0} new items"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue