fix(ci): install missing msgcat used for Babel translation update (#38830)

Signed-off-by: hainenber <dotronghai96@gmail.com>
(cherry picked from commit 3506773f51)
This commit is contained in:
Đỗ Trọng Hải
2026-03-25 23:40:40 +07:00
committed by Michael S. Molina
parent bd8b02c1c0
commit 26c3021b66

View File

@@ -62,6 +62,10 @@ jobs:
- name: Setup Python
if: steps.check.outputs.python
uses: ./.github/actions/setup-backend/
- name: Install msgcat
run: sudo apt update && sudo apt install gettext
- name: Test babel extraction
if: steps.check.outputs.python
run: ./scripts/translations/babel_update.sh