Skip to content

Commit

Permalink
fix(i18n): add detect_changed_source_translations target to stop jobs…
Browse files Browse the repository at this point in the history
… erroring
  • Loading branch information
albemarle committed Apr 5, 2019
1 parent 429d192 commit 9f3e945
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 9f3e945

Please # to comment.