File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " replexica " : patch
3+ ---
4+
5+ fix loading indicator jumps
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ export default new Command()
3838 } else if ( ! bucketEntries . length ) {
3939 spinner . warn ( 'No buckets found in configuration. Please add at least one bucket.' ) ;
4040 } else {
41- spinner = Ora ( ) . start ( `Translating ${ bucketEntries . length } buckets to ${ targetLocales . length } locales...` ) ;
4241 for ( const [ bucketPath , bucketType ] of bucketEntries ) {
4342 let spinnerPrefix = `[${ bucketType } ]` ;
4443 if ( bucketPath ) { spinnerPrefix += `(${ bucketPath } )` ; }
@@ -62,7 +61,7 @@ export default new Command()
6261 }
6362 bucketSpinner . succeed ( `Bucket translated.` ) ;
6463 }
65- spinner . succeed ( 'Translations completed successfully!' ) ;
64+ spinner = Ora ( ) . succeed ( 'Translations completed successfully!' ) ;
6665 }
6766 } catch ( error : any ) {
6867 spinner . fail ( error . message ) ;
You can’t perform that action at this time.
0 commit comments