Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes: Flemish translations / CI workflow / Video file sizes. #457

Merged
merged 3 commits into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: "src" # Here the path to the folder where package-lock.json is located.
strategy:
matrix:
node-version: [16.x] # Are you are missing this specification?
node-version: [20.x] # Are you are missing this specification?
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: "src" # Here the path to the folder where package-lock.json is located.
strategy:
matrix:
node-version: ["16.x"] # [12.x, 14.x, 16.x]
node-version: ["20.x"] # [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v4
with:
Expand Down
Binary file modified cdn/features.webm
Binary file not shown.
148 changes: 0 additions & 148 deletions src/public/assets/lang/nl-BE

This file was deleted.

2 changes: 1 addition & 1 deletion src/public/assets/lang/nl-BE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Live system is currently not available because the system is still under develop
Cancel: Annuleren
Before you download: Voordat je downloadt
Please read this before you continue: Lees dit alstublieft voordat je verdergaat
Below is the shasum of the download. You can use it to check download's integrity: Hieronder staat de shasum van de download. Je kunt deze gebruiken om de integriteit van de download te controleren:
Below is the shasum of the download. You can use it to check download's integrity: Hieronder staat de shasum van de download. Je kunt deze gebruiken om de integriteit van de download te controleren
Yes, I understand: Ja, ik begrijp het
Use Torrent download: Gebruik Torrent download
Continue: Doorgaan
Expand Down
Loading