We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f690 commit a78ceaaCopy full SHA for a78ceaa
.github/workflows/main.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v4
27
28
- - name: Install locale
29
- run: sudo apt-get install -y language-pack-fr
+ - name: Install locales
+ run: sudo apt-get install -y language-pack-fr language-pack-de
30
31
- name: Setup PHP, with composer and extensions
32
uses: shivammathur/setup-php@v2
0 commit comments