Hacker News new | ask | show | jobs
by LikeAnElephant 1690 days ago
Another question: what type of placeholders / tokens does this support? I see ICU Message Format, but what about `%d` or `%s` type placeholders
1 comments

Hello, we decided to support just ICU format. We develop our own SDKs to support the in-context translating and we would like our users to use these. We are currently not targeting on users working with other i18n libs, so we don't support it. But yeah, in the future, we want to provide support also for this printf-ish message format