Skip to content

Updates for file translations/studio-frontend/src/i18n/transifex_input.json in fr_CA #3522

Updates for file translations/studio-frontend/src/i18n/transifex_input.json in fr_CA

Updates for file translations/studio-frontend/src/i18n/transifex_input.json in fr_CA #3522

Workflow file for this run

# run make test for python
name: Python Tests
on:
- pull_request
jobs:
python-translations:
runs-on: ubuntu-latest
steps:
# Clones the openedx-translations repo
- name: clone openedx/openedx-translations
uses: actions/checkout@v3
- name: Install gettext
run: |
sudo apt install -y gettext
# Sets up Python
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.8'
# Run the script
- name: run python tests
run: |
make test_requirements
make test