Skip to content

Commit 4001a5a

Browse files
authored
Merge branch '6.0' into maurits-upgrade-61-distributions
2 parents 729b306 + 8176339 commit 4001a5a

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
with:
4444
node-version: ${{ env.node-version }}
4545

46-
- uses: pnpm/action-setup@v3
47-
name: Install pnpm
48-
with:
49-
version: 8
50-
run_install: false
46+
- name: Enable corepack
47+
shell: bash
48+
run: corepack enable
5149

5250
- name: Get pnpm store directory
5351
shell: bash

docs/i18n-l10n/contributing-translations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ The process of translating the Volto frontend is the following.
8080

8181
5. Commit your changes, and create a pull request.
8282

83+
```{seealso}
84+
{doc}`Volto frontend development internationalization </volto/development/i18n>`
85+
```
86+
8387
(contributing-weblate-for-translations)=
8488

8589
## Weblate for translations

submodules/volto

Submodule volto updated 253 files

0 commit comments

Comments
 (0)