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
Syncs the Japanese documentation with the English change from PR #6135.
Changed Files
English source
Japanese counterpart
en/components/dialog.md
jp/components/dialog.md
What changed
In en/components/dialog.md, a missing import statement was added to a TypeScript code snippet (line ~217):
import { useAnimation } from '`@angular/animations`';
+import { slideInTop, slideOutBottom } from 'igniteui-angular/animations';
import { PositionSettings, HorizontalAlignment, VerticalAlignment } from 'igniteui-angular/core';
This same line has been added to the corresponding location in jp/components/dialog.md. Since this is a code block (not prose), no translation was required — the import statement is identical in both files.
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch jp-sync/dialog-missing-import-4670e72e4ce76f07.
Summary
Syncs the Japanese documentation with the English change from PR #6135.
Changed Files
en/components/dialog.mdjp/components/dialog.mdWhat changed
In
en/components/dialog.md, a missing import statement was added to a TypeScript code snippet (line ~217):import { useAnimation } from '`@angular/animations`'; +import { slideInTop, slideOutBottom } from 'igniteui-angular/animations'; import { PositionSettings, HorizontalAlignment, VerticalAlignment } from 'igniteui-angular/core';This same line has been added to the corresponding location in
jp/components/dialog.md. Since this is a code block (not prose), no translation was required — the import statement is identical in both files.Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
jp-sync/dialog-missing-import-4670e72e4ce76f07.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests.
Show patch (29 lines)