Compose Multiplatform Resources XML Free
ByCrowdinVerified Author

Translate JetBrains Compose Multiplatform XML files effortlessly.

Try Crowdin

Compose Multiplatform Resources XML translation with Crowdin

Copy link

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.

File Format Details

Copy link
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

Sample File

Copy link
<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 More
Categories
File Formats
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on Apr 9, 2025

Updated on Apr 9, 2025

Published by Crowdin

Identifier:compose-multiplatform-resources-xml

Compose Multiplatform XML Localization – Crowdin