Flutter .ARB String Exporter FreeBeta
ByAwesome CrowdinVerified Author

Export Flutter .arb from your Crowdin project

Install

What is Flutter .ARB String Exporter?

Copy link

Flutter .ARB String Exporter is useful when you need to generate .arb resource files for your Flutter application from your Crowdin project strings. This localization approach is often used when translating one application built for several platforms. For example, you can have an app for Android, iOS and Web platforms. Most of your strings are shared, but platforms can also have their own strings.

To implement this translation strategy with Crowdin, you need to upload your strings from all your platforms to the Crowdin project, then create Bundles and use exporters to build resource files for every platform.

Bundles can then be downloaded via Crowdin UI, API or even delivered to your consumers via Crowdin OTA.

Configuring Flutter .ARB String Exporter

Copy link

Flutter .ARB String Exporter does not require a configuration. After installing it, you can create bundles with this app as an exporter.

Features

Copy link
Feature Value
File Extension .arb
API Type arb-export
System No
Supports pluralization Yes
Configurable No
Handles Crowdin Unified Placeholders Yes

Sample File

Copy link
{
    "@@locale": "en-US",
    "welcome": "Welcome!",
    "save_as": "Save as...",
    "quick_start": "Quick Start",
    "icu_string": "{icu_string,plural, =1{{usersCount} user} other{{usersCount} users}}"
}

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 Dec 29, 2022

Updated on Mar 7, 2024

Published by Awesome Crowdin

Identifier:arb-export