Skip to content

Commit 6eb9cbb

Browse files
committed
remove all the translations because crowdin MT is not good.
1 parent 63b3e4e commit 6eb9cbb

File tree

343 files changed

+16
-30200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+16
-30200
lines changed

.github/workflows/daily.yml

-58
This file was deleted.

crowdin.yml

-12
This file was deleted.

daily-tasks.mjs

-47
This file was deleted.

dfmg.yaml

-2
This file was deleted.

docusaurus.config.ts

+15-14
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: Config = {
1414
onBrokenMarkdownLinks: 'throw',
1515
i18n: {
1616
defaultLocale: 'en',
17-
locales: ['en', 'zh-CN', 'de', 'ru'],
17+
locales: ['en'],
1818
},
1919
themes: [
2020
['@easyops-cn/docusaurus-search-local', {
@@ -51,7 +51,8 @@ const config: Config = {
5151
return null; // reference pages can't be edited
5252
}
5353
if (locale != 'en') {
54-
return 'https://crowdin.com/project/velopack/invite?h=88bec14b5657f004fe5ba325090df5ba2031736';
54+
return null;
55+
// return 'https://crowdin.com/project/velopack/invite?h=88bec14b5657f004fe5ba325090df5ba2031736';
5556
}
5657
return `https://github.com/velopack/velopack.docs/tree/master/${versionDocsDirPath}/${docPath}`;
5758
},
@@ -103,18 +104,18 @@ const config: Config = {
103104
label: 'Blog',
104105
position: 'left'
105106
},
106-
{
107-
type: 'localeDropdown',
108-
position: 'right',
109-
dropdownItemsAfter: [
110-
{
111-
href: 'https://crowdin.com/project/velopack/invite?h=88bec14b5657f004fe5ba325090df5ba2031736',
112-
label: 'Help Translate',
113-
target: '_blank',
114-
rel: null,
115-
},
116-
],
117-
},
107+
// {
108+
// type: 'localeDropdown',
109+
// position: 'right',
110+
// dropdownItemsAfter: [
111+
// {
112+
// href: 'https://crowdin.com/project/velopack/invite?h=88bec14b5657f004fe5ba325090df5ba2031736',
113+
// label: 'Help Translate',
114+
// target: '_blank',
115+
// rel: null,
116+
// },
117+
// ],
118+
// },
118119
{
119120
href: 'https://github.com/velopack/velopack',
120121
position: 'right',

0 commit comments

Comments
 (0)