-
Notifications
You must be signed in to change notification settings - Fork 50
Jpn translation update 871,935 952 #955
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
base: main
Are you sure you want to change the base?
Conversation
| import TabItem from '@theme/TabItem'; | ||
| import Link from '@docusaurus/Link'; | ||
| import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx'; | ||
| import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx'; |
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.
@miyaichi we should keep the naming consistent across the boards. This fix in all instances:
import SnptSnpt > import Snpt
I know it doesn't matter as long as the name on the import statement matches where it's referenced, but still, I'd prefer it be consistent across the boards.
FYI we did this just so that it would be easier to find and identify where snippets are imported and referenced.
| For example, a decrypted response to the [POST /token/generate](../endpoints/post-token-generate.md) request for an email address might look like this: | ||
|
|
||
| <SnptIdentityGenerateResponse /> | ||
| <SnptSnptIdentityGenerateResponse /> |
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.
same as previous comment
|
|
||
| import Link from '@docusaurus/Link'; | ||
| import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx'; | ||
| import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx'; |
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.
same comment, all instances.
genwhittTTD
left a comment
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.
All good except a few snippet names.
#871 and #953 to #952 (excluding #938 , #947 , #951) have been reflected in the Japanese documentation.