Skip to content

Commit

Permalink
fix: invalid ios/android transifex.yml configs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Jun 13, 2024
1 parent 257e7d4 commit 44d0018
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,17 +306,15 @@ git:
# openedx-app-android
- filter_type: file
file_format: ANDROID
source_file_extension: strings
source_language: en
source_file_dir: translations/openedx-app-android/i18n/src/main/res/values/strings.xml
source_file: translations/openedx-app-android/i18n/src/main/res/values/strings.xml
translation_files_expression: 'translations/openedx-app-android/i18n/src/main/res/values-<lang>/strings.xml'

# openedx-app-ios
- filter_type: file
file_format: STRINGS
source_file_extension: strings
source_language: en
source_file_dir: translations/openedx-app-ios/I18N/I18N/en.lproj/Localizable.strings
source_file: translations/openedx-app-ios/I18N/I18N/en.lproj/Localizable.strings
translation_files_expression: 'translations/openedx-app-ios/I18N/I18N/<lang>.lproj/Localizable.strings'

# RecommenderXBlock
Expand Down

0 comments on commit 44d0018

Please sign in to comment.