Skip to content

Commit 9c78746

Browse files
committed
Doc fixes
1 parent 7a383e0 commit 9c78746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/i18n/fr/docusaurus-plugin-content-docs/current/guides/sveltekit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ wails dev
108108

109109
##### Le runtime Wails se décharge avec des pages de navigation complètes !
110110

111-
- Tout ce qui provoque la navigation de page complète : \`window.location.href = '/<some>/<page>' ou le menu contextuel se recharge lorsque vous utilisez wails dev. Cela signifie que vous pouvez finir par perdre la possibilité d'appeler n'importe quel runtime cassant l'application. Il y a deux façons de contourner ce problème.
112-
- Utilisez `import { goto } de '$app/navigation'` puis appelez `goto('/<some>/<page>')` dans votre +page.svelte. Cela empêchera la navigation de la page complète.
111+
- Tout ce qui provoque la navigation de page complète : \`window.location.href = '/some/page'` ou le menu contextuel se recharge lorsque vous utilisez wails dev. Cela signifie que vous pouvez finir par perdre la possibilité d'appeler n'importe quel runtime cassant l'application. Il y a deux façons de contourner ce problème.
112+
- Utilisez `import { goto } de '$app/navigation'` puis appelez `goto('/some/page')` dans votre +page.svelte. Cela empêchera la navigation de la page complète.
113113
- Si la navigation de la page complète ne peut pas être empêchée, le runtime Wails peut être ajouté à toutes les pages en ajoutant ce qui suit dans le `<head>` de myapp/frontend/src/app.html
114114

115115
```

website/src/pages/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7474

7575
### Fixed
7676
- Fixed dev mode logging bug by @attperac in [#3972](https://wailsapp/wails/pull/3972)
77-
- Fixed `reloaddirs` wails.json config options by @atterpac in [#4005](https//github.com/wailsapp/wails/pull/4005)
77+
- Fixed `reloaddirs` wails.json config options by @atterpac in [#4005](https://github.com/wailsapp/wails/pull/4005)
7878
- Fixed cross compilation failed with CGO [PR](https://github.com/wailsapp/wails/pull/3795) by [@fcying](https://github.com/fcying)
7979
- Using go-webview2 v0.1.17 to fix native webview2loader issue, by @leaanthony
8080
- Fixed example for macOS menu by @takuyahara in [PR](https://github.com/wailsapp/wails/pull/3847)
@@ -125,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125125
- Fixed drag and drop missing cursor icon [PR](https://github.com/wailsapp/wails/pull/3703) by [@mrf345](https://github.com/mrf345)
126126

127127
### Changed
128-
- Modified docs to reflect the correct password syntax for the `gon-sign.json` file [PR](https://github.com/wailsapp/wails/pull/3620) by [@ignasbernotas](github.com/ignasbernotas)
128+
- Modified docs to reflect the correct password syntax for the `gon-sign.json` file [PR](https://github.com/wailsapp/wails/pull/3620) by [@ignasbernotas](https://github.com/ignasbernotas)
129129
## v2.9.1 - 2024-06-18
130130

131131
### Fixed

0 commit comments

Comments
 (0)