Skip to content

Commit a5961e1

Browse files
committed
Add flag i18nReady
1 parent 1c54c47 commit a5961e1

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/content/docs/develop/Debug/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Debug
33
sidebar:
44
label: Overview
55
order: 10
6+
i18nReady: true
67
---
78

89
import CommandTabs from '@components/CommandTabs.astro';

src/content/docs/develop/Debug/rustrover.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Debug in JetBrains IDEs
3+
i18nReady: true
34
---
45

56
{/* TODO: Add support to light/dark mode images */}

src/content/docs/develop/Debug/vscode.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Debug in VS Code
3+
i18nReady: true
34
---
45

56
This guide will walk you through setting up VS Code for debugging the [Core Process of your Tauri app](/concept/process-model/#the-core-process).

src/content/docs/develop/Tests/mocking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Mock Tauri APIs
33
sidebar:
44
order: 10
5+
i18nReady: true
56
---
67

78
When writing your frontend tests, having a "fake" Tauri environment to simulate windows or intercept IPC calls is common, so-called _mocking_.

src/content/docs/develop/sidecar.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Embedding External Binaries
33
sidebar:
44
order: 1
5+
i18nReady: true
56
---
67

78
You may need to embed external binaries to add additional functionality to your application or prevent users from installing additional dependencies (e.g., Node.js or Python). We call this binary a `sidecar`.

src/content/docs/develop/updating-dependencies.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Updating Dependencies
33
sidebar:
44
order: 1
5+
i18nReady: true
56
---
67

78
{/* TODO: Add plugin update example */}

0 commit comments

Comments
 (0)