You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building plugins incrementally is easier if a plugin can emit warnings. Emitting warnings allows starting with a subset of a format that used by the majority of users before adding every feature of a format.
For example, i18next allows referencing other keys. Cool feature. But not supported in the inlang SDK and likely used by a tiny minority in the i18next community. Ignoring the message and emitting a warning "referencing
"keyNesting": "reuse $t(keyDeep.inner)",
Proposal
Add an API to emit warnings.
The text was updated successfully, but these errors were encountered:
Context
Building plugins incrementally is easier if a plugin can emit warnings. Emitting warnings allows starting with a subset of a format that used by the majority of users before adding every feature of a format.
For example, i18next allows referencing other keys. Cool feature. But not supported in the inlang SDK and likely used by a tiny minority in the i18next community. Ignoring the message and emitting a warning "referencing
Proposal
Add an API to emit warnings.
The text was updated successfully, but these errors were encountered: