Skip to content

Commit

Permalink
Merge pull request #18 from edx/albemarle/check-changes
Browse files Browse the repository at this point in the history
fix(i18n): add detect_changed_source_translations target to stop jobs erroring
  • Loading branch information
robrap authored Apr 5, 2019
2 parents 429d192 + 9f3e945 commit fa6d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ i18n.concat:
# Gathering JSON messages into one file...
./src/i18n/i18n-concat.js ./temp/src ./src/i18n/transifex_input.json

i18n.pre_validate: | i18n.extract i18n.concat
detect_changed_source_translations:
git diff --exit-code ./src/i18n/transifex_input.json

tx_url1 = https://www.transifex.com/api/2/project/edx-platform/resource/frontend-component-footer/translation/en/strings/
Expand Down

0 comments on commit fa6d38f

Please sign in to comment.