Skip to content

Commit a78ceaa

Browse files
committed
Add German Language Pack
1 parent 320f690 commit a78ceaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28-
- name: Install locale
29-
run: sudo apt-get install -y language-pack-fr
28+
- name: Install locales
29+
run: sudo apt-get install -y language-pack-fr language-pack-de
3030

3131
- name: Setup PHP, with composer and extensions
3232
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)