diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-05-21 20:45:38 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-05-21 20:45:38 -0400 |
| commit | 3bef4d42eba0b6625edfc89d7169c3dec9221c0b (patch) | |
| tree | 2ab3198098fa72c03fd211a1e35dcc0f9e555f2c /.github/workflows | |
| parent | e5feabde08403511c9befbcda8576c66e4c017a1 (diff) | |
install gettext for translations
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index e826786b..5db06b56 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -26,7 +26,7 @@ jobs: wget --quiet https://downloads.crowdin.com/cli/v2/crowdin-cli.zip unzip -j crowdin-cli.zip - sudo apt-get install python2.7 + sudo apt-get install python2.7 gettext python -m pip install --upgrade pip python -m pip install flask==0.* jinja2 Babel ./pyembroidery |
