mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
feat: remove crowdin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user