Skip to content

google/arb-editor

arb-editor

An extension to help you in editing .arb files, used for localization of applications.

Features

  • JSON schema for .arb validation.
  • Snippets for string, stringWithArgs, plural, and select messages.
  • Full support of ICU MessageFormat syntax.
  • Diagnostics and Quick fixes.

Sample .arb file

{
    "@@locale": "en",
    "@@x-template": "path/to/template.arb",
    "@@context": "HomePage",
    "helloAndWelcome": "Welcome {firstName} von {lastName}!",
    "@helloAndWelcome": {
        "description": "Initial welcome message",
        "placeholders": {
            "firstName": {
                "type": "String"
            },
            "lastName": {
                "type": "String"
            }
        }
    },
    "newMessages": "test {newMessages, plural, =0{No new messages} =1 {One new message} two{Two new Messages} other {test {newMessages} new messages}}",
    "@newMessages": {
        "type": "text",
        "description": "Number of new messages in inbox.",
        "placeholders": {
            "newMessages": {
                "type": "int"
            }
        }
    }
}

Customize

Escaping quotes can be turned on by including a l10n.yaml file with the line:

use-escaping: true

To set a template file, either set the @@x-template element in your arb file

"@@x-template": "path/to/template.arb"

or set a file to be the template in the l10n.yaml using:

arb-dir: path/to
template-arb-file: template.arb

You can suppress specific diagnostics warnings by adding into settings.json:

"arb-editor.suppressedWarnings": string | string[]

The accepted values are:

  • "all" - suppress all warnings
  • An array containings the warinings ids to be suppressed:
[
    "mismatched_brackets",
    "metadata_for_missing_key",
    "invalid_key",
    "missing_metadata_for_key",
    "invalid_placeholder",
    "missing_other_in_icu",
    "unknown_icu_message_type",
    "placeholder_without_metadata",
    "missing_placeholder_with_metadata",
    "missing_messages_from_template",
]

About

A VS Code extension to help with .arb files used for translation messages in software.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 6

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy