How would I use this to validate icu strings in an .arb file? #3163
-
For context, I'd like to use icu4x to parse .arb files to validate the syntax of the strings before sending them for translation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I do not think this is the right library for that task; you probably should find a |
Beta Was this translation helpful? Give feedback.
I do not think this is the right library for that task; you probably should find a
.arb
parser that does it. ICU4X does plan to support MessageFormat 2.0 when it's ready, and ICU4X fully intends to provide all of the internationalization components needed by libraries that handle translation strings, but not actually the parsing of other formats.