File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,11 @@ const SplitButton = withI18n()(
138138 < button
139139 aria-controls = { uid }
140140 aria-expanded = { isExpanded }
141- aria-label = { i18n . _ (
142- isExpanded ? t `${ item . title } collapse` : t `${ item . title } expand`
143- ) }
141+ aria-label = {
142+ isExpanded
143+ ? i18n . _ ( t `${ item . title } collapse` )
144+ : i18n . _ ( t `${ item . title } expand` )
145+ }
144146 sx = { {
145147 ...styles . resetButton ,
146148 bottom : 0 ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ msgstr "Table of Contents"
2929msgid "In this section:"
3030msgstr "In this section:"
3131
32- #: src/components/markdown-page-footer.js:24
32+ #: src/components/markdown-page-footer.js:32
3333msgid "<0/> Edit this page on GitHub"
3434msgstr "<0/> Edit this page on GitHub"
3535
@@ -126,11 +126,11 @@ msgstr "Collapse All"
126126msgid "Expand All"
127127msgstr "Expand All"
128128
129- #: src/components/sidebar/section-title.js:142
129+ #: src/components/sidebar/section-title.js:143
130130msgid "{0} collapse"
131131msgstr "{0} collapse"
132132
133- #: src/components/sidebar/section-title.js:142
133+ #: src/components/sidebar/section-title.js:144
134134msgid "{0} expand"
135135msgstr "{0} expand"
136136
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ msgstr "目次"
2929msgid "In this section:"
3030msgstr ""
3131
32- #: src/components/markdown-page-footer.js:24
32+ #: src/components/markdown-page-footer.js:32
3333msgid "<0/> Edit this page on GitHub"
3434msgstr ""
3535
@@ -126,11 +126,11 @@ msgstr ""
126126msgid "Expand All"
127127msgstr ""
128128
129- #: src/components/sidebar/section-title.js:142
129+ #: src/components/sidebar/section-title.js:143
130130msgid "{0} collapse"
131131msgstr ""
132132
133- #: src/components/sidebar/section-title.js:142
133+ #: src/components/sidebar/section-title.js:144
134134msgid "{0} expand"
135135msgstr ""
136136
You can’t perform that action at this time.
0 commit comments