-
Notifications
You must be signed in to change notification settings - Fork 837
i18n(ja): Add JA texts to 6 files in Plugins Section (part 4) #3584
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: v2
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for tauri-v2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@vasfvitor I tried to run "pnpm dev" but it was not successful because I have no knowledge on how to set up Astro configuration file. By the way, the above netlify Deploy log shows no issues. Please let me know where I need to correct the files. |
|
I will take a look. The log shows a strange error. You have to install node. Then enable corepack (after installing node 'corepack enable') Then run 'pnpm i', then you can run 'pnpm dev:setup'. Lastly run dev If you already have node, just run pnpm i, then pnpm dev:setup |
|
Oh, yeah you're right, it's ok, It had an issue but I guess after updating it fixed itself |
| </TabItem> | ||
| <TabItem label = "Manual"> | ||
| <Steps> | ||
| 1. `src-tauri` フォルダで次のコマンドを実行して、このプラグインを `Cargo.toml` 内のプロジェクトの依存関係に追加します: |
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.
shouldn't it be translated? "Manual"
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.
@vasfvitor - Thank you for finding this and the next ones that are left untranslated. I corrected them.
| <Tabs> | ||
| <TabItem label="Automatic"> | ||
|
|
||
| 自分のプロジェクトのパッケージ・マネージャーを使用して依存関係を追加します: |
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
The word "Manual" was left untranslated - Corrected.
"TabItem label" (two locations) are left untranslated. Corrected accordingly.
|
@vasfvitor - Thank you for your kind advice on how to set-up Node / pnpm dev. I will try (but it may take some time to fully workable due to lack of technical knowledge). |

Description
"i18n(ja): Add Japanese translations to 6 files of the Plugin section from Positioner.mdx to Store.mdx"