File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const argv = require("minimist")(process.argv.slice(2))
54
54
*
55
55
* 4. Execute script:
56
56
* 1. Execute script by running `yarn crowdin-import`
57
- * 2. If successful, copy `GATSBY_BUILD_LANGS ={langs}` output and paste in
57
+ * 2. If successful, copy `BUILD_LOCALES ={langs}` output and paste in
58
58
* your `.env`, then build site to test results.
59
59
*
60
60
* *Remember: Revert any working changes to this file before committing Crowdin import
@@ -412,7 +412,7 @@ const langsSummary: string = summary.reduce(
412
412
log ( "Empty buckets:" , trackers . emptyBuckets )
413
413
if ( summary . length ) {
414
414
console . table ( summary )
415
- console . log ( "Langs to test:" , `\nGATSBY_BUILD_LANGS =en${ langsSummary } ` )
415
+ console . log ( "Langs to test:" , `\nBUILD_LOCALES =en${ langsSummary } ` )
416
416
console . log ( "🎉 Crowdin import complete." )
417
417
} else {
418
418
console . warn ( "Nothing imported, see instruction at top of crowdin-imports.ts" )
You can’t perform that action at this time.
0 commit comments