Skip to content

Commit 8ab5fe0

Browse files
authored
chore(website): disable crowdin completely (#1793)
1 parent c89a6ad commit 8ab5fe0

File tree

11 files changed

+3
-326
lines changed

11 files changed

+3
-326
lines changed

.github/workflows/upload-source-documents.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

website/Taskfile.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,3 @@ tasks:
5050
desc: Upgrade Docusaurus
5151
cmds:
5252
- yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest @docusaurus/module-type-aliases@latest @docusaurus/tsconfig@latest @docusaurus/types@latest
53-
54-
crowdin:push:
55-
desc: Upload source files to a Crowdin project
56-
deps: [yarn:install]
57-
cmds:
58-
- npx crowdin push
59-
60-
crowdin:pull:
61-
desc: Download latest translations from Crowdin to the specified place
62-
deps: [yarn:install]
63-
cmds:
64-
- npx crowdin pull --export-only-approved

website/crowdin.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

website/docs/community.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ Some of the work to improve the Task ecosystem is done by the community, be it
99
installation methods or integrations with code editor. I (the author) am
1010
thankful for everyone that helps me to improve the overall experience.
1111

12-
## Translations
13-
14-
We use [Crowdin](https://crowdin.com/project/taskfile) to translate our
15-
document.
16-
1712
## Integrations
1813

1914
Many of our integrations are contributed and maintained by the community. You

website/docs/translate.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

website/docusaurus.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ import { ANSWER_OVERFLOW } from './constants';
1616
import lightCodeTheme from './src/themes/prismLight';
1717
import darkCodeTheme from './src/themes/prismDark';
1818

19-
import { getTranslationProgress } from './src/api/crowdin.js';
20-
const translationProgress = getTranslationProgress();
21-
2219
const config: Config = {
2320
title: 'Task',
2421
tagline: 'A task runner / simpler Make alternative written in Go ',

website/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"clear": "docusaurus clear",
1616
"serve": "docusaurus serve",
1717
"write-translations": "docusaurus write-translations",
18-
"write-heading-ids": "docusaurus write-heading-ids",
19-
"crowdin:sync": "docusaurus write-translations && crowdin upload && crowdin download"
18+
"write-heading-ids": "docusaurus write-heading-ids"
2019
},
2120
"dependencies": {
2221
"@docusaurus/core": "^3.5.2",
@@ -31,8 +30,6 @@
3130
"remark-github": "^12.0.0"
3231
},
3332
"devDependencies": {
34-
"@crowdin/cli": "^3.19.2",
35-
"@crowdin/crowdin-api-client": "^1.33.0",
3633
"@docusaurus/module-type-aliases": "^3.5.2",
3734
"@docusaurus/tsconfig": "^3.5.2",
3835
"@docusaurus/types": "^3.5.2",

website/src/api/crowdin.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

website/versioned_docs/version-latest/community.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ Some of the work to improve the Task ecosystem is done by the community, be it
99
installation methods or integrations with code editor. I (the author) am
1010
thankful for everyone that helps me to improve the overall experience.
1111

12-
## Translations
13-
14-
We use [Crowdin](https://crowdin.com/project/taskfile) to translate our
15-
document.
16-
1712
## Integrations
1813

1914
Many of our integrations are contributed and maintained by the community. You

website/versioned_docs/version-latest/translate.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)