Skip to content

0.5.0

Latest

Choose a tag to compare

@apersomany apersomany released this 15 Feb 05:20
· 22 commits to master since this release
Add i18n translation system with rich text support

- Add translate() and translateAnnotated() composable functions
- Add TranslatableText and TranslatableAnnotatedText components
- Add Component.toAnnotatedString() extension for rich text preservation
- Add LocalLocale CompositionLocal for reactive language changes
- Add TranslationTest command for testing
- Add comprehensive KDoc documentation for all public APIs
- Bump version to 0.5.0
- Update README with translation documentation