dral3x / StringsLint

📱Ensure your localized strings are complete and never unused 👍
MIT License
68 stars 10 forks source link

[Feature] Missing Comment Rule #15

Closed MarcoEidinger closed 3 years ago

MarcoEidinger commented 3 years ago

Hi Alessandro,

awesome project!! ❤️

I am working in a large development team and we want to enforce that developers will add a comment to each localizable string. This will ensure that translators will have more contextual information to provide a good translation. Hence I was thinking about a new "Missing Comment Rule".

I am currently implementing this feature in my fork and I would open a PR if you think that this is useful in general.

Cheers, Marco

dral3x commented 3 years ago

Hi @MarcoEidinger ! Thanks! I'm glad you like this project!

"Missing Comment" is a need that StringLint could check for sure. I would love to get a PR and merge this feature here! Looking forward to it!

If you need help, let me know. Alessandro

MarcoEidinger commented 3 years ago

Hi @dral3x , PR is ready for your review.