1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

chore(website): disable crowdin completely (#1793)

This commit is contained in:
Andrey Nering
2024-09-07 21:29:03 -03:00
committed by GitHub
parent c89a6add48
commit 8ab5fe0e80
11 changed files with 3 additions and 326 deletions

View File

@@ -16,9 +16,6 @@ import { ANSWER_OVERFLOW } from './constants';
import lightCodeTheme from './src/themes/prismLight';
import darkCodeTheme from './src/themes/prismDark';
import { getTranslationProgress } from './src/api/crowdin.js';
const translationProgress = getTranslationProgress();
const config: Config = {
title: 'Task',
tagline: 'A task runner / simpler Make alternative written in Go ',