Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Feb 16, 2024
1 parent 20d9aa1 commit a447544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/commands/localization/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default class extends Command {
}

for ( const pkg of packages ) {
console.log( `Package: ${ pkg.name }` );

const res = await pkg.localization.update();

if ( !res.ok ) this._exitOnError();
Expand Down

0 comments on commit a447544

Please sign in to comment.