Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit fdc6ff5

Browse files
committed
chore: upload
1 parent 6241fa8 commit fdc6ff5

File tree

8 files changed

+850
-18998
lines changed

8 files changed

+850
-18998
lines changed

crowdin.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
project_id: '585007'
2+
api_token: '8409fee9283302be9e3a10545bdbce8567c1be42d4dea9ef759ce3f16847fe6801c5112d38d2ba69'
3+
files:
4+
# JSON translation files
5+
- source: /i18n/en/**/*
6+
translation: /i18n/%two_letters_code%/**/%original_file_name%
7+
languages_mapping:
8+
two_letters_code:
9+
en: en
10+
es-ES: es_ES
11+
# Docs Markdown files
12+
- source: /docs/**/*
13+
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
14+
languages_mapping:
15+
two_letters_code:
16+
en: en
17+
es-ES: es_ES

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ const config = {
2424
// to replace "en" with "zh-Hans".
2525
i18n: {
2626
defaultLocale: 'en',
27-
locales: ['en', 'pr'],
27+
locales: ['en', 'es'],
2828
localeConfigs: {
2929
en: {
3030
label: 'English',
3131
},
32-
pr: {
33-
label: 'Portuguese',
32+
es: {
33+
label: 'Español',
3434
},
3535
},
3636
},

0 commit comments

Comments
 (0)