Skip to content

Updates for file translations/frontend-app-enterprise-public-catalog/src/i18n/transifex_input.json in fr_CA on branch main #383

Updates for file translations/frontend-app-enterprise-public-catalog/src/i18n/transifex_input.json in fr_CA on branch main

Updates for file translations/frontend-app-enterprise-public-catalog/src/i18n/transifex_input.json in fr_CA on branch main #383

# Validate the po files to ensure translation files are compilable.
name: Validate translation PO files
on:
pull_request:
paths:
- 'translations/**'
jobs:
validate-po-files:
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
- name: Validate translation files
id: validate_translation_files
run: |
make validate_translation_files