Skip to content

Commit

Permalink
Revert error branch (subquery#516)
Browse files Browse the repository at this point in the history
* Revert "Add the References file to translations"

This reverts commit 11a1788.

* finish
  • Loading branch information
greatguoyuhao authored Oct 6, 2021
1 parent b6f38af commit 190e6a1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 45 deletions.
4 changes: 1 addition & 3 deletions crowdin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ files:
translation: /docs/%two_letters_code%/query/%original_file_name%
- source: /docs/quickstart/*.md
translation: /docs/%two_letters_code%/quickstart/%original_file_name%
- source: /docs/references/*.md
translation: /docs/%two_letters_code%/references/%original_file_name%
- source: /docs/run/*.md
translation: /docs/%two_letters_code%/run/%original_file_name%
- source: /docs/tutorials_examples/*.md
translation: /docs/%two_letters_code%/tutorials_examples/%original_file_name%
translation: /docs/%two_letters_code%/tutorials_examples/%original_file_name%
84 changes: 42 additions & 42 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,56 @@ module.exports = config({
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
/*
"/es/": {
lang: "es",
// "/id/": {
// lang: "id",
// title: "SubQuery Blog Posts",
// description:
// "Explore and transform your chain data to build intuitive dApps faster!.",
// },
// "/ru/": {
// lang: "ru",
// title: "SubQuery Blog Posts",
// description:
// "Explore and transform your chain data to build intuitive dApps faster!.",
// },
// "/th/": {
// lang: "th",
// title: "SubQuery Blog Posts",
// description:
// "Explore and transform your chain data to build intuitive dApps faster!.",
// },
// "/tr/": {
// lang: "tr",
// title: "SubQuery Blog Posts",
// description:
// "Explore and transform your chain data to build intuitive dApps faster!.",
// },
// "/uk/": {
// lang: "uk",
// title: "SubQuery Blog Posts",
// description:
// "Explore and transform your chain data to build intuitive dApps faster!.",
// },
"/vi/": {
lang: "vi",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
*/
"/id/": {
lang: "id",
"/zh/": {
lang: "zh-CN",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
/*
"/es/": {
lang: "es",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
*/
/*
"/it/": {
lang: "it",
Expand All @@ -48,42 +84,6 @@ module.exports = config({
"Explore and transform your chain data to build intuitive dApps faster!.",
},
*/
"/ru/": {
lang: "ru",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
"/th/": {
lang: "th",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
"/tr/": {
lang: "tr",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
"/uk/": {
lang: "uk",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
"/vi/": {
lang: "vi",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
"/zh/": {
lang: "zh-CN",
title: "SubQuery Blog Posts",
description:
"Explore and transform your chain data to build intuitive dApps faster!.",
},
},
themeConfig: {
logo: '/assets/img/logo.png',
Expand Down

0 comments on commit 190e6a1

Please sign in to comment.