mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Change wording of 'read more/less' & add to locale
This commit is contained in:
@@ -31,11 +31,11 @@ we're going to need to do it here in order to allow for translations.
|
||||
-->
|
||||
<style>
|
||||
#readmorebutton + label > a::after {
|
||||
content: "<%= translate(locale, "Read more") %>"
|
||||
content: "<%= translate(locale, "Show more") %>"
|
||||
}
|
||||
|
||||
#readmorebutton:checked + label > a::after {
|
||||
content: "<%= translate(locale, "Read less") %>"
|
||||
content: "<%= translate(locale, "Show less") %>"
|
||||
}
|
||||
</style>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user