Skip to content

Commit

Permalink
fix: tramslations
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Feb 13, 2024
1 parent 199e0b7 commit b911d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/package/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ export default class {

// not translated
else if ( !res.data || res.data === message.id ) {
console.warn( `Cloud translation failed [${ poFile.language }]:`, message.id );
console.warn( `Cloud translation failed [${ poFile.language }]:
- ${ message.id }
` );

continue;
}
Expand Down

0 comments on commit b911d39

Please sign in to comment.