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 bc0bd59 commit 199e0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default class {

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

continue;
}
Expand Down

0 comments on commit 199e0b7

Please sign in to comment.