feat: remove crowdin

This commit is contained in:
Viren070
2025-03-02 23:30:39 +00:00
parent a81a0c4722
commit 98f1c90fa8
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -24,11 +24,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Crowdin Sync
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: npm run crowdin:sync
- name: Build website
run: npm run build
+1 -1
View File
@@ -23,7 +23,7 @@ const config: Config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: "en-GB",
locales: ["en-GB", "es"],
locales: ["en-GB"],
},
scripts: [
{