Skip to content

Commit

Permalink
docs: sync translations
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony authored Jul 20, 2024
1 parent e941f36 commit b08b4e3
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 1 deletion.
5 changes: 5 additions & 0 deletions website/i18n/ar/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ wails dev

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

- 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.
- 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.
- 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.
- 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

Expand Down
5 changes: 5 additions & 0 deletions website/i18n/fr/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Le format est basé sur [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

### Corrections
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Corrections
Expand Down
5 changes: 5 additions & 0 deletions website/i18n/ja/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions website/i18n/ko/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions website/i18n/pt/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ O formato é baseado em [Manter um Log de Alterações](https://keepachangelog.c

## [Unreleased]

### Corrigido
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Corrigido
Expand Down
5 changes: 5 additions & 0 deletions website/i18n/ru/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions website/i18n/tr/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions website/i18n/vi/docusaurus-plugin-content-pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Tất cả những thay đổi đáng chú ý sẽ được thêm vào tài li

## [Unreleased]

### Fixed
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

## [即将发布]

### 修复
- Fixed MacOS build to use `outputfilename` from wails.json. [#3200](https://github.com/wailsapp/wails/issues/3200)
- Fixed file drop events on windows. Fixed in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi
+ Fixed file drop events on Windows in [PR](https://github.com/wailsapp/wails/pull/3595) by @FrancescoLuzzi

## v2.9.1 - 2024-06-18

### 修复
Expand Down

0 comments on commit b08b4e3

Please sign in to comment.