We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719d7b4 commit cb50edfCopy full SHA for cb50edf
2 files changed
i18n/locales/fr.json
@@ -161,7 +161,7 @@
161
"next": "Suivant",
162
"nextAriaLabel": "Page suivante",
163
"defaultLabel": "Pagination",
164
- "pageLabel": "Aller à la page {pagenumber}"
+ "pageLabel": "Aller à la page {pageNumber}"
165
},
166
"sidebar": {
167
"title": "Changer de page"
next.dynamic.mjs
@@ -136,7 +136,7 @@ const getDynamicRouter = async () => {
136
137
// We then attempt to retrieve the source version of the file as there is no localised version
138
// of the file and we set it on the cache to prevent future checks of the same locale for this file
139
- const { source: fileContent } = _getMarkdownFile(
+ const { source: fileContent } = await _getMarkdownFile(
140
defaultLocale.code,
141
pathname
142
);
0 commit comments