mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Update translations (#911)
This commit is contained in:
parent
0c6d21f80e
commit
d1916ee940
10 changed files with 3318 additions and 1374 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue