-
Notifications
You must be signed in to change notification settings - Fork 172
Localization: strings, regional formats, tests #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! The intro to strings needs some attention, but nothing critical 👍
I'm not sure, but maybe it is worth to mention that web targets don't have fonts to render arabic, chinese and other locales. So, users are supposed to preload custom fonts for that. Example: terrakok/WikWok#6 |
@terrakok We already have Preload resources using the Compose Multiplatform preload API with a code sample for a fallback font, so I added links to this section from:
|
No description provided.