Skip to content

Commit

Permalink
[ts] add value into report for the 'no duplicate' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
grasword committed Oct 11, 2023
1 parent 6de85c1 commit 26f86e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const create = (): LifeCycleHooks => {
report({
filePath,
key,
value: translations.en,
type,
messageId: MESSAGE_ID,
message: `Following locales have the same translation: ${locales.toString()} - ${translations.en}`
Expand Down

0 comments on commit 26f86e6

Please sign in to comment.