You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/config.md
+38-1
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,21 @@ module.exports = {
39
39
// ...
40
40
locales: {
41
41
'/': {
42
+
// ...
42
43
colorMode: {
43
44
ariaLabel:'toggle to %cm mode color',
44
45
ariaLive:'%cm color mode is enabled'
45
46
}
46
47
},
47
48
'/pt': {
49
+
// ...
48
50
colorMode: {
49
51
ariaLabel:'Trocar para o modo de cor %cm',
50
52
ariaLive:'Modo de cor %cm está habilitado'
51
53
}
52
54
},
53
55
'/es': {
56
+
// ...
54
57
colorMode: {
55
58
ariaLabel:'Cambiar al modo de color %cm',
56
59
ariaLive:'Se eligió el modo de color %cm'
@@ -66,4 +69,38 @@ Pretty soon
66
69
67
70
## Announcer
68
71
69
-
Pretty soon
72
+
The [@vue-a11y/announcer](https://github.com/vue-a11y/vue-announcer) provides an easy way for people using screen readers to know what’s going on in your app.
73
+
74
+
It is already installed and configured in the theme to announce the routes changes.
75
+
76
+
You can configure the title add-on according to the location, by default the value is `has loaded`.
0 commit comments