-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Localization] postfix ids with .markdown #104062
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bamieh It looks like you've missed some of the markdown that I've identified, specifically:
-
Everything in
formula/util.ts
that is underhelp
orexamples
-
There is a
documentation
label which is following the patternlens.indexPattern.XXX.documentation
which is all markdown.
...s/lens/public/indexpattern_datasource/operations/definitions/formula/editor/formula_help.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
We need to postfix the ids of all i18n messages containing markdown with
.markdown
to enable our automation to identify them and send them in a separate file to translators.Closes #103660