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 })`;
どうすればこれを解決できますか?