This page documents the process for adding GitHub repositories to Transifex.

Add Transifex to GitHub Apps (Requires GitHub organization Admin)

Add the project to Transifex

You can include the multi-language support form properties files by adding additional filters to the config

filters:
  - filter_type: file
    source_file: opensrp-fp/src/main/res/values/strings.xml
    file_format: ANDROID
    source_language: en
    translation_files_expression: opensrp-fp/src/main/res/values-<lang>/strings.xml
  - filter_type: file
    source_file: opensrp-fp/src/main/resources/fp_register.properties
    file_format: PROPERTIES
    source_language: en
    translation_files_expression: opensrp-fp/src/main/resources/fp_register_<lang>.properties
  - filter_type: file
    source_file: opensrp-fp/src/main/resources/fp_close.properties
    file_format: PROPERTIES
    source_language: en
    translation_files_expression: opensrp-fp/src/main/resources/fp_close_<lang>.properties
  - filter_type: file
    source_file: opensrp-fp/src/main/resources/fp_start_visit.properties
    file_format: PROPERTIES
    source_language: en
    translation_files_expression: opensrp-fp/src/main/resources/fp_start_visit_<lang>.properties