-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message editor web component #16
Comments
I converted this issue from a draft because of opral/monorepo#2025. Having this web component message/pattern editor before pluralization seems to be a hard requirement to avoid only some apps to support pluralization/matching, or every app to build their own solution (wasted time). |
@samuelstroschein Another requirement could be inline highlighting for rules. This could look similar to spelling correction in other editors with underlining, hovering to show warning, and resolving/autofixing if available.
|
Given #18, the structure of the rendered component in the DOM seems to go along the lines of: <inlang-message>
<-- patterns -->
<inlang-message-pattern></inlang-message-pattern>
<inlang-message-pattern></inlang-message-pattern>
<inlang-message-pattern></inlang-message-pattern>
<inlang-message-pattern></inlang-message-pattern>
<inlang-message-pattern></inlang-message-pattern>
</inlang-message> |
Must have
<inlang-message-pattern>
component #18Maybe
Out of scope
The text was updated successfully, but these errors were encountered: