Skip to content

Commit

Permalink
chore: run babel_update.sh to update po files (#29476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jul 3, 2024
1 parent 48f6fe6 commit 145694d
Show file tree
Hide file tree
Showing 24 changed files with 5,630 additions and 125,176 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superset-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Set up Node.js 18
- name: Set up Node.js 20
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Setup Python
uses: ./.github/actions/setup-backend/
- uses: actions/setup-java@v4
Expand Down
1 change: 1 addition & 0 deletions docs/docs/contributing/howtos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ LANGUAGES = {
}
```


### Creating a new language dictionary

First check if the language code for your target language already exists. Check if the
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"scripts": {
"docusaurus": "docusaurus",
"_init": "cat src/intro_header.txt ../README.md > docs/intro.md",
"start": "npm run _init && docusaurus start",
"build": "npm run _init && docusaurus build",
"start": "yarn run _init && docusaurus start",
"build": "yarn run _init && DEBUG=docusaurus:* docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "npm run _init && docusaurus serve",
"serve": "yarn run _init && docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
Expand All @@ -20,9 +20,9 @@
"@algolia/client-search": "^4.24.0",
"@ant-design/icons": "^5.3.7",
"@docsearch/react": "^3.6.0",
"@docusaurus/core": "^3.3.2",
"@docusaurus/plugin-client-redirects": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-client-redirects": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@mdx-js/react": "^3.0.0",
Expand Down
413 changes: 194 additions & 219 deletions docs/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scripts/translations/babel_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cd $ROOT_DIR
pybabel extract \
-F superset/translations/babel.cfg \
-o superset/translations/messages.pot \
--no-location \
--sort-output \
--copyright-holder=Superset \
--project=Superset \
Expand Down
Loading

0 comments on commit 145694d

Please sign in to comment.