Skip to content

Commit

Permalink
feat: add missing repos to transifex.yml
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif authored and OmarIthawi committed Nov 20, 2023
1 parent 4a25bf6 commit 0cc376f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ git:
source_file_dir: translations/DoneXBlock/done/conf/locale/en/
translation_files_expression: 'translations/DoneXBlock/done/conf/locale/<lang>/'

# ecommerce
- filter_type: dir
file_format: PO
source_file_extension: po
source_language: en
source_file_dir: translations/ecommerce/ecommerce/conf/locale/en/
translation_files_expression: 'translations/ecommerce/ecommerce/conf/locale/<lang>/'

# edx-ace
- filter_type: dir
file_format: PO
Expand All @@ -65,6 +73,14 @@ git:
source_file_dir: translations/edx-bulk-grades/bulk_grades/conf/locale/en/
translation_files_expression: 'translations/edx-bulk-grades/bulk_grades/conf/locale/<lang>/'

# edx-enterprise
- filter_type: dir
file_format: PO
source_file_extension: po
source_language: en
source_file_dir: translations/edx-enterprise/enterprise/conf/locale/en/
translation_files_expression: 'translations/edx-enterprise/enterprise/conf/locale/<lang>/'

# edx-ora2
- filter_type: dir
file_format: PO
Expand All @@ -73,6 +89,14 @@ git:
source_file_dir: translations/edx-ora2/openassessment/conf/locale/en/
translation_files_expression: 'translations/edx-ora2/openassessment/conf/locale/<lang>/'

# edx-platform
- filter_type: dir
file_format: PO
source_file_extension: po
source_language: en
source_file_dir: translations/edx-platform/conf/locale/en/
translation_files_expression: 'translations/edx-platform/conf/locale/<lang>/'

# edx-proctoring
- filter_type: dir
file_format: PO
Expand Down

0 comments on commit 0cc376f

Please sign in to comment.