add de_DE locale
This commit is contained in:
parent
a9bd7f6e7b
commit
1e22073f88
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -34,6 +34,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: staging
|
environment: staging
|
||||||
steps:
|
steps:
|
||||||
|
- name: Add de_DE.UTF-8 locale
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get -y install locales
|
||||||
|
locale-gen de_DE.UTF-8
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue