Change wording of 'read more/less' & add to locale

このコミットが含まれているのは:
syeopite 2021-04-02 01:11:34 -07:00
コミット 8df2f38d34
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 6FA616E5A5294A82
2個のファイルの変更4行の追加2行の削除

ファイルの表示

@ -156,6 +156,8 @@
"Title": "Title",
"Playlist privacy": "Playlist privacy",
"Editing playlist `x`": "Editing playlist `x`",
"Show more": "Show more",
"Show less": "Show less",
"Watch on YouTube": "Watch on YouTube",
"Hide annotations": "Hide annotations",
"Show annotations": "Show annotations",

ファイルの表示

@ -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 %>