From 47a7a74890461b4fc0abc07817a992ea73fd2cbb Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sun, 4 Feb 2024 10:32:18 +0900 Subject: [PATCH] docs: add inlang as 3rd party tooling --- vuepress/.vuepress/config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vuepress/.vuepress/config.js b/vuepress/.vuepress/config.js index 136301a2..331f544f 100644 --- a/vuepress/.vuepress/config.js +++ b/vuepress/.vuepress/config.js @@ -90,12 +90,16 @@ module.exports = { text: '3rd Party Tooling', items: [ { - text: 'BabelEdit', - link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01' + text: 'inlang', + link: 'https://marketplace.visualstudio.com/items?itemName=inlang.vs-code-extension' }, { text: 'i18n Ally', link: 'https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally' + }, + { + text: 'BabelEdit', + link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01' } ] },