Skip to content

Commit

Permalink
Update translations (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Sep 27, 2024
1 parent 0c6d21f commit d1916ee
Show file tree
Hide file tree
Showing 10 changed files with 3,318 additions and 1,374 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit d1916ee

Please sign in to comment.