Flutter .ARB is a natively supported file format, you can use it without an additional installation. Just upload it to your projects and start the localization.
Attribute | Value |
---|---|
File Extension | .arb |
API Type | arb |
Source can be edited in Crowdin | Yes |
Generating translated files via Bundles | Search Crowdin Store |
Supports pluralization | Yes |
WYSIWYG Preview in the editor | No |
Supported types of contextual information | Text comments, Screenshots, In-Context |
Custom attributes | No |
Existing translations import possibility | Key-value mapping |
{
"@@locale": "en",
"welcome": "Welcome!",
"@welcome": {
"context": "Welcome message"
},
"save_as": "Save as...",
"@save_as": {
"type": "text",
"context": "Save as... button"
},
"quick_start": "Quick Start",
"@quick_start": {
"context": "Quick Start message"
},
"logo": "images/app_logo.png",
"@logo": {
"context": "logo",
"type": "image",
"description": "logo image, 400x400"
},
"key1": "{usersCount,plural, =1{{usersCount} user}other{{usersCount} users}}",
"@key1": {
"description": "key1 description",
"placeholders": {
"usersCount": {}
},
"type": "text"
}
}
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 May 16, 2022
Updated on Feb 23, 2024
Published by Crowdin
Identifier:arb