mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
commit
d3703baba9
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
|
"Add to playlist": "Add to playlist",
|
||||||
|
"Add to playlist: ": "Add to playlist: ",
|
||||||
|
"Answer": "Answer",
|
||||||
|
"Search for videos": "Search for videos",
|
||||||
|
"The Popular feed has been disabled by the administrator.": "The Popular feed has been disabled by the administrator.",
|
||||||
"generic_channels_count": "{{count}} channel",
|
"generic_channels_count": "{{count}} channel",
|
||||||
"generic_channels_count_plural": "{{count}} channels",
|
"generic_channels_count_plural": "{{count}} channels",
|
||||||
"generic_views_count": "{{count}} view",
|
"generic_views_count": "{{count}} view",
|
||||||
|
|
|
@ -33,7 +33,7 @@ module Invidious::Frontend::Comments
|
||||||
<a href="javascript:void(0)" data-onclick="toggle_parent">[ − ]</a>
|
<a href="javascript:void(0)" data-onclick="toggle_parent">[ − ]</a>
|
||||||
<b><a href="https://www.reddit.com/user/#{child.author}">#{child.author}</a></b>
|
<b><a href="https://www.reddit.com/user/#{child.author}">#{child.author}</a></b>
|
||||||
#{translate_count(locale, "comments_points_count", child.score, NumberFormatting::Separator)}
|
#{translate_count(locale, "comments_points_count", child.score, NumberFormatting::Separator)}
|
||||||
<span title="#{child.created_utc.to_s(translate(locale, "%a %B %-d %T %Y UTC"))}">#{translate(locale, "`x` ago", recode_date(child.created_utc, locale))}</span>
|
<span title="#{child.created_utc.to_s("%a %B %-d %T %Y UTC")}">#{translate(locale, "`x` ago", recode_date(child.created_utc, locale))}</span>
|
||||||
<a href="https://www.reddit.com#{child.permalink}" title="#{translate(locale, "permalink")}">#{translate(locale, "permalink")}</a>
|
<a href="https://www.reddit.com#{child.permalink}" title="#{translate(locale, "permalink")}">#{translate(locale, "permalink")}</a>
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue