+ { __(
+ 'Click the right or left arrows to select other months in the past or the future.'
+ ) }
+
+
{ __( 'Click the desired day to select it.' ) }
+
+
+ { __( 'Navigating with a keyboard' ) }
+
+
+
+
+ ↵
+
+ {
+ ' ' /* JSX removes whitespace, but a space is required for screen readers. */
+ }
+ { __( 'Select the date in focus.' ) }
+
+
+
+ ←/→
+
+ {
+ ' ' /* JSX removes whitespace, but a space is required for screen readers. */
+ }
+ { __(
+ 'Move backward (left) or forward (right) by one day.'
+ ) }
+
+
+
+ ↑/↓
+
+ {
+ ' ' /* JSX removes whitespace, but a space is required for screen readers. */
+ }
+ { __(
+ 'Move backward (up) or forward (down) by one week.'
+ ) }
+
+
+
+ { __( 'PgUp/PgDn' ) }
+
+ {
+ ' ' /* JSX removes whitespace, but a space is required for screen readers. */
+ }
+ { __(
+ 'Move backward (PgUp) or forward (PgDn) by one month.'
+ ) }
+
+
+
+ { /* Translators: Home/End reffer to the 'Home' and 'End' buttons on the keyboard.*/ }
+ { __( 'Home/End' ) }
+
+ {
+ ' ' /* JSX removes whitespace, but a space is required for screen readers. */
+ }
+ { __(
+ 'Go to the first (Home) or last (End) day of a week.'
+ ) }
+
- { __(
- 'Click the right or left arrows to select other months in the past or the future.'
- ) }
-
-
- { __( 'Click the desired day to select it.' ) }
-
-
-
{ __( 'Navigating with a keyboard' ) }
-
-
-
- ↵
-
- {
- ' ' /* JSX removes whitespace, but a space is required for screen readers. */
- }
-
- { __( 'Select the date in focus.' ) }
-
-
-
-
- ←/→
-
- {
- ' ' /* JSX removes whitespace, but a space is required for screen readers. */
- }
- { __(
- 'Move backward (left) or forward (right) by one day.'
- ) }
-
-
-
- ↑/↓
-
- {
- ' ' /* JSX removes whitespace, but a space is required for screen readers. */
- }
- { __(
- 'Move backward (up) or forward (down) by one week.'
- ) }
-
-
-
- { __( 'PgUp/PgDn' ) }
-
- {
- ' ' /* JSX removes whitespace, but a space is required for screen readers. */
- }
- { __(
- 'Move backward (PgUp) or forward (PgDn) by one month.'
- ) }
-
-
-
- { /* Translators: Home/End reffer to the 'Home' and 'End' buttons on the keyboard.*/ }
- { __( 'Home/End' ) }
-
- {
- ' ' /* JSX removes whitespace, but a space is required for screen readers. */
- }
- { __(
- 'Go to the first (Home) or last (End) day of a week.'
- ) }
-