Skip to content

Commit 29caf29

Browse files
authored
docs: sync translations
1 parent dd6eb0f commit 29caf29

File tree

10 files changed

+37
-1
lines changed

10 files changed

+37
-1
lines changed

website/i18n/ar/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313

1414
## [Unreleased]
1515

16+
### Fixed
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Fixed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ 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.
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.
112112
- 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

website/i18n/fr/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Le format est basé sur [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313

1414
## [Unreleased]
1515

16+
### Corrections
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Corrections

website/i18n/ja/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313

1414
## [Unreleased]
1515

16+
### Fixed
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Fixed

website/i18n/ko/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313

1414
## [Unreleased]
1515

16+
### Fixed
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Fixed

website/i18n/pt/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ O formato é baseado em [Manter um Log de Alterações](https://keepachangelog.c
1313

1414
## [Unreleased]
1515

16+
### Corrigido
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Corrigido

website/i18n/ru/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313

1414
## [Unreleased]
1515

16+
### Fixed
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Fixed

website/i18n/tr/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313

1414
## [Unreleased]
1515

16+
### Fixed
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Fixed

website/i18n/vi/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Tất cả những thay đổi đáng chú ý sẽ được thêm vào tài li
1313

1414
## [Unreleased]
1515

16+
### Fixed
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### Fixed

website/i18n/zh-Hans/docusaurus-plugin-content-pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
## [即将发布]
1515

16+
### 修复
17+
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
18+
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
19+
1620
## v2.9.1 - 2024-06-18
1721

1822
### 修复

0 commit comments

Comments
 (0)