mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:24:23 +08:00
Generate french locale
To keep myself honest, we're not gonna choose german
This commit is contained in:
parent
bf1fd733d0
commit
4c90ed0e0d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
|
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
|
||||||
sudo pip3 install pexpect
|
sudo pip3 install pexpect
|
||||||
|
# Generate a locale that uses a comma as decimal separator.
|
||||||
|
sudo locale-gen fr_FR.UTF-8
|
||||||
- name: cmake
|
- name: cmake
|
||||||
env:
|
env:
|
||||||
# Some warnings upgraded to errors to match Open Build Service platforms
|
# Some warnings upgraded to errors to match Open Build Service platforms
|
||||||
|
|
Loading…
Reference in New Issue
Block a user