|
1 | 1 | const langs = [
|
2 | 2 | {title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
|
3 | 3 | {title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
|
| 4 | + {title: 'Français', path: '/fr-fr/', matchPath: /^\/fr-fr/}, |
4 | 5 | {title: '日本語', path: '/ja/', matchPath: /^\/ja/},
|
5 | 6 | {title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/},
|
6 | 7 | {title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/},
|
@@ -39,7 +40,7 @@ docute.init({
|
39 | 40 | apiKey: 'b3544f7387612693644777553675d56a',
|
40 | 41 | indexName: 'vue-chartjs',
|
41 | 42 | // algolia docsearch allows you to search with tag filter
|
42 |
| - tags: ['en', 'de', 'ja', 'pt-br', 'ru'], |
| 43 | + tags: ['en', 'de', 'fr', 'ja', 'pt-br', 'ru'], |
43 | 44 | // this plugin does require a url too
|
44 | 45 | // where docsearch fetches contents
|
45 | 46 | url: 'https://vue-chartjs.org'
|
|
0 commit comments