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
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Crowdin Sync
|
|
||||||
env:
|
|
||||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
|
||||||
run: npm run crowdin:sync
|
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ const config: Config = {
|
|||||||
// may want to replace "en" with "zh-Hans".
|
// may want to replace "en" with "zh-Hans".
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: "en-GB",
|
defaultLocale: "en-GB",
|
||||||
locales: ["en-GB", "es"],
|
locales: ["en-GB"],
|
||||||
},
|
},
|
||||||
scripts: [
|
scripts: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user