arb-editor icon indicating copy to clipboard operation
arb-editor copied to clipboard

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

Results 20 arb-editor issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Have a way for a user to define specific errors/warnings/infos that they want to ignore and not show in the Problems section of vscode. May be via...

According to https://localizely.com/flutter-arb/ Flutter supports `decimalPatternDigits` as a number formatter in arb files. However, this plugin does not list that as a valid options in the JSON schema, so a...

## Expected Behavior When using a template and the message translation is present in the file, there should be no warnings that the message is not provided. ## Actual Behavior...

It would be even nicer to also show diagnostics for the `l10n.yaml`, but that might dive to deep into Flutter specifics.

The Github action runs seem to be flaky, either failing or taking a long time. This should be investigated.

bug

To ease translation, it would be nice to show the descriptions (and maybe the message string?) from the reference arb file as a decoration on the corresponding keys in other...

There should be an option to: 1. Create a new blank `arb` file, with some basic structure which only needs to be filled in; 2. Create an `arb` based on...

Currently `isCustomDateFormat` can only be a boolean-like string, but a future version Flutter allow `isCustomDateFormat` to be an actual boolean. Related - #56 - #57 - https://github.com/flutter/flutter/pull/153439 - [x] Tests...

Fixes #50 - [x] Tests pass - [ ] Appropriate changes to README are included in PR

Tests seem to be flaky locally, see https://github.com/google/arb-editor/pull/49#issuecomment-2137718891.

bug