message lint rule for translations that have missing parameters #1847
Unanswered
samuelstroschein
asked this question in
[inlang SDK] Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Variable references (expressions/parameters) that are used in source messages should be linted for translations.
In #1843 the osmosis team likely updated a source message to include parameters. Those parameters are not included in translations. No message lint rule exists that raises awareness that translations are missing (or have too many) parameters.
Updating a source message's parameters should be reflected in translations
Proposal
Create a message lint rule "matching expressions" that:
Beta Was this translation helpful? Give feedback.
All reactions