Closed SaintPepsi closed 1 month ago
Hi @SaintPepsi,
How does one check for translations that are no longer used in your application?
See this issue https://github.com/opral/inlang-sdk/issues/6#issue-2201429189.
In regards to the missing translation rule that you used, it checks if a translation is missing. Not if a message is used in code. Closing this as a duplicate of https://github.com/opral/inlang-sdk/issues/6.
I added the "Missing translation" Message Lint Rule to my Sveltekit project's
project.inlang/settings.json
file:But in fink it only shows "Identical pattern"
When I search for a specific translation key that I know is no longer used the messages show up:
How does one check for translations that are no longer used in your application?