We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72d145 commit 28380d2Copy full SHA for 28380d2
packages/docs/docs/guide/i18n.md
@@ -55,7 +55,7 @@ module.exports = {
55
// label for this locale in the language dropdown
56
label: 'English',
57
// Aria Label for locale in the dropdown
58
- ariaLabel: 'Languages'
+ ariaLabel: 'Languages',
59
// text for the edit-on-github link
60
editLinkText: 'Edit this page on GitHub',
61
// config for Service Worker
packages/docs/docs/zh/guide/i18n.md
@@ -52,7 +52,7 @@ module.exports = {
52
'/': {
53
selectText: 'Languages',
54
serviceWorker: {
updatePopup: {
0 commit comments