Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: remove duplicated localization step (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Dec 30, 2023
1 parent ee0881f commit bb9dfc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ jobs:
python -m pip install -r requirements-dev.txt
python -m pip install -r requirements.txt
- name: Compile Locale Translations
shell: bash
run: |
python -m scripts.locale --compile
- name: Build
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def compile_localizations():
"""
# kodi using po files for localization, no need to compile to mo
subprocess.run(
args=[sys.executable, '-m', 'scripts.locale', '--update'],
args=[sys.executable, '-m', 'scripts.locale', '--update', '--compile'],
)

# locale directories
Expand Down

0 comments on commit bb9dfc9

Please sign in to comment.