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 77f336c commit 21849d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/package/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ export default class {
- [${ poFile.language }]: ${ message.translations[ 0 ] }
` );

message.setTranslations();
message.isFuzzy = false;
message.setTranslations( null );
}

// message is fully translated
Expand Down

0 comments on commit 21849d0

Please sign in to comment.