mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-10 21:10:54 +01:00
Add ICU strings
This commit is contained in:
parent
22769e7180
commit
f36750779e
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
||||||
"ivViewOriginalStatus": "View full thread",
|
"ivViewOriginalStatus": "View full thread",
|
||||||
"ivAboutAuthor": "About author",
|
"ivAboutAuthor": "About author",
|
||||||
"ivProfileFollowing": "Following",
|
"ivProfileFollowing": "Following",
|
||||||
"ivProfileFollowers": "Followers",
|
"ivProfileFollowers": "{numFollowers, plural, one {# Follower} other {# Followers}}",
|
||||||
"ivProfileStatuses": "Posts",
|
"ivProfileStatuses": "{numPosts, plural, one {# Post} other {# Posts}}",
|
||||||
|
|
||||||
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
|
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
|
||||||
"ivInternetArchiveText": "{brandingName} archive",
|
"ivInternetArchiveText": "{brandingName} archive",
|
||||||
|
|
||||||
"pollFinalResults": "Final results",
|
"pollFinalResults": "Final results",
|
||||||
"pollVotes": "{voteCount} votes · {timeLeft}",
|
"pollVotes": "{voteCount, plural, one {# vote} other {# votes}} · {timeLeft}",
|
||||||
|
|
||||||
"ivQuoteHeader": "<a href=\"{url}\">Quoting</a> {authorName} (<a href=\"{authorURL}\">@{authorHandle}</a>)",
|
"ivQuoteHeader": "<a href=\"{url}\">Quoting</a> {authorName} (<a href=\"{authorURL}\">@{authorHandle}</a>)",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue