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 would like to have more extension to use because right now the codebase is not consistent.
We use the ext method getResourceString to access the string, but if we would like to access the string with args or a quantity string, we have to either have our own ext or invoke InstrumentationRegistry directly.
Steps to reproduce:
Expected Results:
I would like to have more extension to use because right now the codebase is not consistent.
We use the ext method
getResourceString
to access the string, but if we would like to access the string with args or a quantity string, we have to either have our own ext or invoke InstrumentationRegistry directly.Relevant Code:
PR with reproduction on Sample App
The text was updated successfully, but these errors were encountered: