Skip to content

Commit

Permalink
Generate source strings before fetching Transifex translations (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbcox authored Aug 20, 2020
1 parent a572b2e commit 870eecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"fbt-collect": "babel-node node_modules/.bin/fbt-collect --pretty --hash-module 'fb-tiger-hash/src/hashPhrases' --manifest < .src_manifest.json > .source_strings.json",
"fbt-transifex": "npm run fbt-manifest && npm run fbt-collect && bin/fbt-generate-transifex.bin.js",
"fbt-translate": "rm src/i18n/translations.json; node node_modules/babel-plugin-fbt/bin/translate.js --pretty --jenkins --translations src/i18n/locales/*.json > src/i18n/translations.json",
"fbt-fetch": "bin/fbt-fetch-transifex.bin.js && npm run fbt-translate"
"fbt-fetch": "npm run fbt-manifest && npm run fbt-collect && bin/fbt-fetch-transifex.bin.js && npm run fbt-translate"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 870eecd

Please sign in to comment.