feat(i18n): adding spanish to language selector (#266)

This commit is contained in:
Cesar Gomez 2022-12-01 02:41:59 -05:00 committed by GitHub
parent a28f14cb70
commit 2b46bd5a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 5 deletions

View file

@ -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"
},