Skip to content

Commit 123fc8b

Browse files
committed
Disable i18n
1 parent e002356 commit 123fc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
tagline: 'Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web standards',
44
url: 'https://ionicframework.com',
55
baseUrl: '/docs/',
6+
/* TODO
67
i18n: {
78
defaultLocale: 'en',
89
locales: ['en', 'es', 'fr', 'ja', 'pt', 'zh'],
@@ -15,6 +16,7 @@ module.exports = {
1516
zh: { label: '中文' },
1617
},
1718
},
19+
*/
1820
onBrokenLinks: 'warn',
1921
onBrokenMarkdownLinks: 'warn',
2022
favicon: 'img/favicon.png',

0 commit comments

Comments
 (0)