forked from r-lib/pkgdown
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make search a proper menu component (r-lib#2449)
Fixes r-lib#2320 I tested the visual appearance manually in a few places, and it looks good to me. @maelle it'd be useful if you could kick the tires on it a bit too. While working on this code, I realised that we'd been incorrectly labelling the search box as "toggle navigation" to screen readers 🤦 I've fixed that in this PR too.
- Loading branch information
Showing
9 changed files
with
82 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: pkgdown 2.0.9.9000\n" | ||
"POT-Creation-Date: 2024-04-18 17:22-0500\n" | ||
"POT-Creation-Date: 2024-04-19 08:40-0500\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,7 +18,7 @@ msgstr "" | |
msgid "Content not found. Please use links in the navbar." | ||
msgstr "" | ||
|
||
#: build-articles.R:395 navbar.R:142 navbar.R:149 navbar.R:164 | ||
#: build-articles.R:395 navbar.R:147 navbar.R:154 navbar.R:169 | ||
msgid "Articles" | ||
msgstr "" | ||
|
||
|
@@ -42,7 +42,7 @@ msgstr "" | |
msgid "Developers" | ||
msgstr "" | ||
|
||
#: build-home-authors.R:77 render.R:96 | ||
#: build-home-authors.R:77 render.R:95 | ||
msgid "Authors" | ||
msgstr "" | ||
|
||
|
@@ -90,7 +90,7 @@ msgstr "" | |
msgid "translator" | ||
msgstr "" | ||
|
||
#: build-home-citation.R:37 build-home-citation.R:94 render.R:99 | ||
#: build-home-citation.R:37 build-home-citation.R:94 render.R:98 | ||
msgid "Citation" | ||
msgstr "" | ||
|
||
|
@@ -182,7 +182,7 @@ msgstr "" | |
msgid "Usage" | ||
msgstr "" | ||
|
||
#: build-tutorials.R:46 navbar.R:108 | ||
#: build-tutorials.R:46 navbar.R:113 | ||
msgid "Tutorials" | ||
msgstr "" | ||
|
||
|
@@ -202,14 +202,22 @@ msgstr "" | |
msgid "Reference" | ||
msgstr "" | ||
|
||
#: navbar.R:136 | ||
#: navbar.R:141 | ||
msgid "Get started" | ||
msgstr "" | ||
|
||
#: navbar.R:162 | ||
#: navbar.R:167 | ||
msgid "More articles..." | ||
msgstr "" | ||
|
||
#: navbar.R:208 | ||
msgid "Search site" | ||
msgstr "" | ||
|
||
#: navbar.R:209 | ||
msgid "Search for" | ||
msgstr "" | ||
|
||
#: rd-data.R:33 | ||
msgid "Details" | ||
msgstr "" | ||
|
@@ -222,7 +230,7 @@ msgstr "" | |
msgid "References" | ||
msgstr "" | ||
|
||
#: rd-data.R:45 render.R:94 | ||
#: rd-data.R:45 render.R:93 | ||
msgid "Source" | ||
msgstr "" | ||
|
||
|
@@ -263,22 +271,18 @@ msgid "Toggle navigation" | |
msgstr "" | ||
|
||
#: render.R:92 | ||
msgid "Search for" | ||
msgstr "" | ||
|
||
#: render.R:93 | ||
msgid "On this page" | ||
msgstr "" | ||
|
||
#: render.R:95 | ||
#: render.R:94 | ||
msgid "Abstract" | ||
msgstr "" | ||
|
||
#: render.R:97 | ||
#: render.R:96 | ||
msgid "Version" | ||
msgstr "" | ||
|
||
#: render.R:98 | ||
#: render.R:97 | ||
msgid "Examples" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters