mirror of https://github.com/openedx/paragon.git
build: use hyphen instead of underscore
This commit is contained in:
parent
ec3d72464c
commit
678e170f89
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ push_translations:
|
|||
tx push -s
|
||||
# Pushing comments...
|
||||
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings.sh $(tx_url1)
|
||||
node $(i18n)/transifex_utils.js $(i18n)/temp
|
||||
$(i18n)/transifex-utils.js $(i18n)/temp
|
||||
./node_modules/@edx/reactifex/bash_scripts/put_comments.sh $(tx_url2)
|
||||
|
||||
# Pulls translations from Transifex.
|
||||
|
|
|
|||
Loading…
Reference in New Issue