Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ git:
mode: onlyreviewed
translation_files_expression: 'translations/frontend-app-discussions/src/i18n/messages/<lang>.json'

# frontend-app-enterprise-checkout
- filter_type: file
file_format: KEYVALUEJSON
source_language: en
source_file: translations/frontend-app-enterprise-checkout/src/i18n/transifex_input.json
mode: onlyreviewed
translation_files_expression: 'translations/frontend-app-enterprise-checkout/src/i18n/messages/<lang>.json'
Comment on lines +169 to +175

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is expected for a new-repo bootstrap entry, not a bug — source_file and
translation_files_expression aren't required to exist in this repo yet. transifex_input.json
gets generated and pushed by frontend-app-enterprise-checkout's own CI when it runs
make extract_translations; the messages/<lang>.json files get written back here by the
Transifex sync job once translations are reviewed. Every other frontend-app-* entry in this
file followed the same pattern when it was first onboarded, so this won't break sync/CI.

The one real prerequisite — making sure the source strings actually extract cleanly — is handled
in a companion PR: frontend-app-enterprise-checkout#228 fixes a defineMessages bug that was
silently hiding two strings from the extractor. That should merge before or alongside this one;
this config itself is safe to merge on its own.


# frontend-app-enterprise-public-catalog
- filter_type: file
file_format: KEYVALUEJSON
Expand Down
Loading