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
Refactor string literal localization extraction logic due to broke compatibility stc
- Replace AddToDictionaryIfLocalizedString with AddToDictionaryIfLocalizedStringInLiterals for improved string literal processing.
- Only process string literals in Generate(); pragma extraction is now disabled.
- Add IsStringLiteral helper to identify string literal nodes.
- Remove obsolete and commented-out code for clarity.
- Update working directory for "app-withref" in launchSettings.json.
0 commit comments