Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 28 additions & 34 deletions openlibrary/i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1073,40 +1073,6 @@ msgstr ""
msgid "Buy this book"
msgstr ""

#: openlibrary/plugins/openlibrary/api.py
msgid "Search Results"
msgstr ""

#: lib/nav_foot.html openlibrary/plugins/openlibrary/api.py site/neck.html
msgid "Open Library"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/api.py trending.html
msgid "Trending Books"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/api.py
msgid "Classic Books"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/api.py
#: openlibrary/plugins/openlibrary/home.py
msgid "Romance"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/api.py
msgid "Kids"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/api.py
msgid "Thrillers"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/api.py
#: openlibrary/plugins/openlibrary/home.py
msgid "Textbooks"
msgstr ""

#: openlibrary/plugins/openlibrary/code.py
msgid "Arabic"
msgstr ""
Expand Down Expand Up @@ -1187,6 +1153,14 @@ msgstr ""
msgid "Recipes"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/home.py
msgid "Romance"
msgstr ""

#: home/index.html openlibrary/plugins/openlibrary/home.py
msgid "Textbooks"
msgstr ""

#: openlibrary/plugins/openlibrary/home.py
msgid "Children"
msgstr ""
Expand Down Expand Up @@ -2292,6 +2266,10 @@ msgstr ""
msgid "All Time"
msgstr ""

#: home/index.html trending.html
msgid "Trending Books"
msgstr ""

#: trending.html
msgid "See what readers from the community are adding to their bookshelves"
msgstr ""
Expand Down Expand Up @@ -5619,10 +5597,22 @@ msgstr[1] ""
msgid "Welcome to Open Library"
msgstr ""

#: home/index.html
msgid "Classic Books"
msgstr ""

#: home/index.html
msgid "Recently Returned"
msgstr ""

#: home/index.html
msgid "Kids"
msgstr ""

#: home/index.html
msgid "Thrillers"
msgstr ""

#: home/index.html
msgid "Authors Alliance & MIT Press"
msgstr ""
Expand Down Expand Up @@ -5936,6 +5926,10 @@ msgstr ""
msgid "Just a sentence or two is good."
msgstr ""

#: lib/nav_foot.html site/neck.html
msgid "Open Library"
msgstr ""

#: lib/nav_foot.html
msgid "Vision"
msgstr ""
Expand Down
4 changes: 4 additions & 0 deletions openlibrary/macros/ReadButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
$:analytics_attr(analytics_action)
$if loan:
data-userid="$(loan['userid'])"
$if edition_key:
data-edition-id="$(edition_key)"
>$label</a>
<details class="cta-btn cta-btn--available">
<summary></summary>
Expand Down Expand Up @@ -53,5 +55,7 @@
$:analytics_attr(analytics_action)
$if loan:
data-userid="$(loan['userid'])"
$if edition_key:
data-edition-id="$(edition_key)"
>$label</a>
</div>
Loading
Loading