Skip to content

Commit 831a705

Browse files
committed
Added French doc to config
1 parent 892c5ed commit 831a705

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const langs = [
22
{title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
33
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
4+
{title: 'Français', path: '/fr-fr/', matchPath: /^\/fr-fr/},
45
{title: '日本語', path: '/ja/', matchPath: /^\/ja/},
56
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/},
67
{title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/},
@@ -39,7 +40,7 @@ docute.init({
3940
apiKey: 'b3544f7387612693644777553675d56a',
4041
indexName: 'vue-chartjs',
4142
// 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'],
4344
// this plugin does require a url too
4445
// where docsearch fetches contents
4546
url: 'https://vue-chartjs.org'

docs/fr-fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
search: fr
2+
search: fr-fr
33
---
44

55
# vue-chartjs

0 commit comments

Comments
 (0)