Added From rebuild; buildout

This commit is contained in:
James Barnsley
2021-09-08 08:45:04 +12:00
parent adb6042b84
commit 5ac06afcc4
6 changed files with 177 additions and 181 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -115,7 +115,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1630803809";
var build = "1631047451";
var version = "3.58.2";
// Construct the script tag

View File

@ -83,7 +83,7 @@ export default ({
<div className={`${className} tooltip`}>
{link}
<span className="tooltip__content">
{i18n('specs.added_from_by', { by, name: type })}
{i18n('specs.added_by', { by })}
</span>
</div>
);

View File

@ -118,7 +118,7 @@ specs:
plays: '%{count} plays'
popularity: '%{percent}% popularity'
added_from: 'Added from '
added_from_by: 'Added from %{name} by %{by}'
added_by: 'Added by %{by}'
added_ago: 'Added %{time} ago'
edited: 'Edited '
edited_ago: 'Edited %{time} ago'