You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am missing a config property for comments.
My strings import is always with them included, which makes the final resource file kinda bloated.
<string>abc</string>
<!--comment related to "def"-->
<string>def</string>
It is only comments, which is not crucial, but still you can introduce a lot of unnecessary things like TODOs, unrelated information, etc.
I haven't found how to omit them in the import.
Suggested implementation
Just a boolean property on the config would be great.
Summary and context of the enhancement
Hello guys, in the configuration of the import
I am missing a config property for comments.
My strings import is always with them included, which makes the final resource file kinda bloated.
It is only comments, which is not crucial, but still you can introduce a lot of unnecessary things like TODOs, unrelated information, etc.
I haven't found how to omit them in the import.
Suggested implementation
Just a boolean property on the config would be great.
Thanks!
The text was updated successfully, but these errors were encountered: