Skip to content
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

[i18nIgnore]: flag pages as i18nReady #3177

Merged
merged 2 commits into from
Feb 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Brownfield Pattern
i18nReady: true
---

_**This is the default pattern.**_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Inter-Process Communication
sidebar:
label: Overview
order: 1
i18nReady: true
---

import { CardGrid, LinkCard } from '@astrojs/starlight/components';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Isolation Pattern
i18nReady: true
---

The Isolation pattern is a way to intercept and modify Tauri API messages sent by the frontend before they get to Tauri Core, all with JavaScript. The secure JavaScript code that is injected by the Isolation pattern is referred to as the Isolation application.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/concept/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Tauri Architecture
sidebar:
order: 0
i18nReady: true
---

## Introduction
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/concept/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Core Concepts
sidebar:
order: 0
label: Overview
i18nReady: true
---

import { CardGrid, LinkCard } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/concept/process-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Process Model
sidebar:
order: 0
i18nReady: true
---

Tauri employs a multi-process architecture similar to Electron or many modern web browsers. This guide explores the reasons behind the design choice and why it is key to writing secure applications.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/concept/size.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: App Size
sidebar:
order: 0
i18nReady: true
---

import { Tabs, TabItem } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Debug/crabnebula-devtools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sidebar:
badge:
text: New
variant: tip
i18nReady: true
---

import { Image } from 'astro:assets';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Setup
sidebar:
order: 30
i18nReady: true
---

{/* TODO: REVISE COPY TO V2 */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Selenium
sidebar:
order: 31
i18nReady: true
---

{/* TODO: REVISE COPY TO V2 */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: WebdriverIO
sidebar:
order: 31
i18nReady: true
---

{/* TODO: REVISE COPY TO V2 */}
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Tests/WebDriver/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Continuous Integration
description: WebDriver Testing
sidebar:
order: 21
i18nReady: true
---

Utilizing Linux and some programs to create a fake display, it is possible to run [WebDriver] tests with
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Tests/WebDriver/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: WebDriver Testing
sidebar:
order: 10
label: Overview
i18nReady: true
---

[WebDriver] is a standardized interface to interact with web documents primarily intended for automated testing.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Tests/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Techniques for testing inside and outside the Tauri runtime
sidebar:
order: 10
label: Overview
i18nReady: true
---

Tauri offers support for both unit and integration testing utilizing a mock runtime. Under the mock runtime, native
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/calling-frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Calling the Frontend from Rust
sidebar:
order: 1
i18nReady: true
---

import { Content as FrontendListen } from './_sections/frontend-listen.mdx';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/calling-rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Calling Rust from the Frontend
sidebar:
order: 1
i18nReady: true
---

import { Content as FrontendListen } from './_sections/frontend-listen.mdx';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/configuration-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configuration Files
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Core concepts for developing with Tauri.
sidebar:
order: 0
label: Overview
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Embedding Additional Files
sidebar:
order: 1
i18nReady: true
---

You may need to include additional files in your application bundle that aren't part of your frontend (your `frontendDist`) directly or which are too big to be inlined into the binary. We call these files `resources`.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/state-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: State Management
sidebar:
order: 1
i18nReady: true
---

In a Tauri application, you often need to keep track of the current state of your application or manage the lifecycle of things associated with it. Tauri provides an easy way to manage the state of your application using the [`Manager`] API, and read it when commands are called.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: CrabNebula Cloud
i18nReady: true
---

## Distributing with CrabNebula Cloud
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/Pipelines/github.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GitHub
i18nReady: true
---

This guide will show you how to use [tauri-action](https://github.com/tauri-apps/tauri-action) in [GitHub Actions](https://docs.github.com/en/actions) to easily build and upload your app, and how to make Tauri's updater query the newly created GitHub release for updates.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/Sign/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Android Code Signing
sidebar:
label: Android
order: 15
i18nReady: true
---

import { Tabs, TabItem } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/Sign/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: iOS Code Signing
sidebar:
label: iOS
order: 14
i18nReady: true
---

Code signing on iOS is required to distribute your application through the official [Apple App Store] or possibly alternative marketplaces in the European Union and in general to install and execute on end user devices.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/Sign/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Linux Code Signing
sidebar:
label: Linux
order: 13
i18nReady: true
---

This guide provides information on code signing for Linux packages.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/Sign/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: macOS Code Signing
sidebar:
label: macOS
order: 11
i18nReady: true
---

Code signing is required on macOS to allow your application to be listed in the [Apple App Store] and to prevent a warning that your application is broken and can not be started, when downloaded from the browser.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/Sign/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Windows Code Signing
sidebar:
label: Windows
order: 12
i18nReady: true
---

import { Steps } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/app-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: App Store
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/appimage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: AppImage
sidebar:
order: 1
i18nReady: true
---

`AppImage` is a distribution format that does not rely on the system installed packages and instead bundles all dependencies and files needed by the application. For this reason, the output file is larger but easier to distribute since it is supported on many Linux distributions and can be executed without installation. The user just needs to make the file executable (`chmod a+x MyProject.AppImage`) and can then run it (`./MyProject.AppImage`).
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/aur.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: AUR
sidebar:
order: 1
i18nReady: true
---

# Publishing To The Arch User Repository
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/crabnebula-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Distributing with CrabNebula Cloud
sidebar:
label: CrabNebula Cloud
order: 1
i18nReady: true
---

[CrabNebula] is an official Tauri partner providing services and tooling for Tauri applications.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/debian.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Debian
sidebar:
order: 1
i18nReady: true
---

{/* Is this about building .deb files, creating PPAs, or adding something to the debian/ubuntu repos? */}
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/dmg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: DMG
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/flatpak.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Flathub
sidebar:
order: 1
i18nReady: true
---

import { Tabs, TabItem, Card } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/google-play.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Google Play
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Distribute
sidebar:
order: 0
label: Overview
i18nReady: true
---

import { CardGrid, LinkCard, LinkButton } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/macos-application-bundle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: macOS Application Bundle
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/microsoft-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Microsoft Store
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/rpm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: RPM
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/snapcraft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Snapcraft
sidebar:
order: 1
i18nReady: true
---

## Prerequisites
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/distribute/windows-installer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Windows Installer
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Capabilities for Different Windows and Platforms
sidebar:
order: 11
i18nReady: true
---

import { Steps } from '@astrojs/starlight/components';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Using Plugin Permissions
sidebar:
order: 10
i18nReady: true
---

import { Steps } from '@astrojs/starlight/components';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Writing Plugin Permissions
sidebar:
order: 11
i18nReady: true
---

import { Steps } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Learn
sidebar:
order: 0
label: Overview
i18nReady: true
---

import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/sidecar-nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Node.js as a sidecar
sidebar:
order: 1
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/splashscreen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sidebar:
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 5
i18nReady: true
---

import { Image } from 'astro:assets';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/system-tray.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sidebar:
order: 1
tableOfContents:
maxHeadingLevel: 4
i18nReady: true
---

import { Icon } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/window-customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sidebar:
order: 1
tableOfContents:
maxHeadingLevel: 4
i18nReady: true
---

import { Icon } from '@astrojs/starlight/components';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/window-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Window Menu
tableOfContents:
maxHeadingLevel: 4
i18nReady: true
---

import { Tabs, TabItem } from '@astrojs/starlight/components';
Expand Down
Loading
Loading