我正在尝试使用t9n
库翻译一些文本,但出现此错误
Compiling...
Error compiling ICU message for locale en-US: SyntaxError: Expected "=", "}", or identifier but "," found.
To debug this set DEBUG_ICU to 'true'
当我在 React JS 中使用这段代码时
`t9n("{count, plural, one {one other}, others {# others}}", { count: userIds.length - 1 })`;
我该如何解决这个问题?