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
The point of this extractor is to suck out static strings from your code and into a .pot file, so that you don't have to define a huge object of strings in a random file and then use key-value objects in the source code to render them.
I see two benefits with showing a warning when parsing non-static non-strings:
to remind of the above purpose; and
to give heads up on potential code smells when using mapped functions/components in a way they maybe weren't designed for.
This could be enabled or disabled using a config flag.
The text was updated successfully, but these errors were encountered:
The point of this extractor is to suck out static strings from your code and into a .pot file, so that you don't have to define a huge object of strings in a random file and then use key-value objects in the source code to render them.
I see two benefits with showing a warning when parsing non-static non-strings:
This could be enabled or disabled using a config flag.
The text was updated successfully, but these errors were encountered: