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
Right now, the menu service is removing percent signs from localization keys before calling localizationService.getLocalizedStrings because the service doesn't do that itself. Really the service ought to do that so callers don't have to repeat this code.
The text was updated successfully, but these errors were encountered:
Right now, the menu service is removing percent signs from localization keys before calling
localizationService.getLocalizedStrings
because the service doesn't do that itself. Really the service ought to do that so callers don't have to repeat this code.The text was updated successfully, but these errors were encountered: