Collections
Categories
Partners
Other
Translate JetBrains Compose Multiplatform XML files effortlessly.
Compose Multiplatform Resources XML lets you define strings, plurals, and arrays for JetBrains Compose Multiplatform apps. This XML-based format helps maintain consistency across Android, Desktop, Web, and iOS apps developed with Compose.
Crowdin fully supports Android XML resources, and since Compose Multiplatform XML follows a compatible structure, you can seamlessly translate and manage your Compose resources within Crowdin without additional configuration.
Attribute | Value |
---|---|
File Extension | .xml |
API Type | android |
Source can be edited in Crowdin | Yes |
Generating translated files via Bundles | Search Crowdin Store |
Supports pluralization | Yes |
WYSIWYG Preview in the editor | Yes |
Supported types of contextual information | Text comments, Screenshots, Live preview via SDK |
Custom attributes | No |
Existing translations import possibility | Key-value mapping |
<resources>
<!-- Inline comments are supported -->
<string name="app_name">Compose Multiplatform App</string>
<!-- Example of localization placeholder -->
<string name="greeting_user">Hello, %s!</string>
<!-- Plurals -->
<plurals name="number_of_messages">
<item quantity="one">You have %d message</item>
<item quantity="other">You have %d messages</item>
</plurals>
<!-- String Arrays -->
<string-array name="menu_items">
<item>Home</item>
<item>Profile</item>
<item>Settings</item>
</string-array>
</resources>
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on Apr 9, 2025
Updated on Apr 9, 2025
Published by Crowdin
Identifier:compose-multiplatform-resources-xml