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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add optional formatArgs parameter to Translations.getString() and Translations.getQuantityString() for automatic translation placeholder replacement.
Add getPhraseString(), getPhraseText(), getPhraseStringArray(), getPhraseTextArray(), getPhraseQuantityString() and getPhraseQuantityText() extension functions to Context and Resources
Add optional wrapContext parameter to Phrase.getDelegate() to disable Activity Context wrapping.
Compose
Deprecate Phrase {} wrapper composable. Context Wrapping is not necessary any more to use Phrase translations in Compose.
Add phraseText(), phraseStringArray(), phraseTextArray(), phraseQuantityString() and phraseQuantityText() composables to complete the Phrase Translation support in Compose.