Update translations (#911)

This commit is contained in:
Raivis Dejus 2024-09-27 12:35:40 +03:00 committed by GitHub
commit d1916ee940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 3318 additions and 1374 deletions

View file

@ -72,9 +72,9 @@ jobs:
run: |
sudo apt-get update
if [ "$(lsb_release -rs)" != "24.04" ]; then
sudo apt-get install --no-install-recommends libegl1-mesa
sudo apt-get install libegl1-mesa
fi
sudo apt-get install --no-install-recommends libyaml-dev libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0 libxcb-cursor0 libportaudio2 gettext libpulse0
sudo apt-get install libyaml-dev libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0 libxcb-cursor0 libportaudio2 gettext libpulse0 libgl1-mesa-dev
if: "startsWith(matrix.os, 'ubuntu-')"
- name: Test
@ -141,9 +141,9 @@ jobs:
run: |
sudo apt-get update
if [ "$(lsb_release -rs)" != "24.04" ]; then
sudo apt-get install --no-install-recommends libegl1-mesa
sudo apt-get install libegl1-mesa
fi
sudo apt-get install --no-install-recommends libyaml-dev libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0 libxcb-cursor0 libportaudio2 gettext libpulse0
sudo apt-get install libyaml-dev libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0 libxcb-cursor0 libportaudio2 gettext libpulse0 libgl1-mesa-dev
if: "startsWith(matrix.os, 'ubuntu-')"
- name: Install FPM