We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457d1d commit 60555e7Copy full SHA for 60555e7
.appveyor.yml
@@ -25,6 +25,7 @@ for:
25
before_build:
26
# Prepare pyfa data
27
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
28
+ - sh: pyenv global system
29
- sh: python3.11 -B scripts/compile_lang.py
30
- sh: python3.11 -B scripts/dump_crowdin_progress.py
31
- sh: python3.11 -B db_update.py
0 commit comments