Skip to content

Translated using Weblate (Turkish) #179

Translated using Weblate (Turkish)

Translated using Weblate (Turkish) #179

Workflow file for this run

name: Package Locales
on:
push:
jobs:
package:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
locale:
- cs
- fr
- nl
- tr
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install DSW Locale Packager
run: |
npm install @ds-wizard/[email protected]
- name: Create locale package (unzipped)
run: |
mkdir out
npx dsw-locale-packager locales/${{ matrix.locale }} -o out/
- name: Upload packages as artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.locale }}-locale
path: out/