Skip to content

Conversation

J1-takai
Copy link
Contributor

@J1-takai J1-takai commented Aug 7, 2025

Description

"i18n(ja): Add Japaneses texts for 3 files in the /Learn/Plugins/ section;

  • 3 files in the Learn/Plugins section were translated into Japanese.
  • This should complete the "ja" translation of the Learn section
  • Closes #

@J1-takai J1-takai requested a review from a team as a code owner August 7, 2025 07:44
@github-project-automation github-project-automation bot moved this to 🪵 Backlog in Documentation Aug 7, 2025
Copy link

netlify bot commented Aug 7, 2025

Deploy Preview for tauri-v2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 853d69b
🔍 Latest deploy log https://app.netlify.com/projects/tauri-v2/deploys/68b8ae67a55a4e00074dd5ea
😎 Deploy Preview https://deploy-preview-3445--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95 (🔴 down 5 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added i18n Is this related to translations? i18n: ja labels Aug 7, 2025
@vasfvitor
Copy link
Contributor

vasfvitor commented Sep 3, 2025

@J1-takai fyi

tauri-docs/astro.config.mjs

Lines 129 to 171 in 2802498

label: 'Frontend Configuration',
translations: {
'zh-CN': '前端配置',
es: 'Configuración del frontend',
},
collapsed: true,
autogenerate: { directory: 'start/frontend' },
},
{
label: 'Upgrade & Migrate',
translations: {
'zh-CN': '升级和迁移',
es: 'Actualizar y migrar',
},
collapsed: true,
autogenerate: { directory: 'start/migrate' },
},
],
},
{
label: 'Core Concepts',
translations: {
'zh-CN': '核心概念',
es: 'Conceptos básicos',
},
collapsed: true,
autogenerate: { directory: 'concept' },
},
{
label: 'Security',
translations: {
'zh-CN': '安全',
es: 'Seguridad',
},
collapsed: true,
autogenerate: { directory: 'security' },
},
{
label: 'Develop',
translations: {
'zh-CN': '开发',
es: 'Desarrollo',
},
you can translate the sidebar in this file.


I'm almost done fixing this one

@vasfvitor vasfvitor merged commit 9bd5e21 into tauri-apps:v2 Sep 3, 2025
9 checks passed
@github-project-automation github-project-automation bot moved this from 🪵 Backlog to ✅ Done in Documentation Sep 3, 2025
@J1-takai J1-takai deleted the Learn-2 branch September 4, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n: ja i18n Is this related to translations?
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants