fix: fixed Italian localization breaking the launcher

This commit is contained in:
Nikita Podvirnyi 2024-06-17 15:22:33 +02:00
parent abda7a3521
commit 231e23687e
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
3 changed files with 16 additions and 6 deletions

View file

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- List missing dependencies on non-standard distros during initial setup
- Added 4.7.0 voiceovers sizes
### Fixed
- Fixed Italian localization breaking the launcher
### Changed
- Support new game API
@ -40,6 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added Thai
- Added Ukrainian
### Fixed
- Fixed GtkSwitch UI state representation
### Changed
- Update wish url
@ -47,10 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved app args parsing
- Updated locales
### Fixed
- Fixed GtkSwitch UI state representation
## [3.9.4] - 29.12.2023
### Changed

View file

@ -17,12 +17,12 @@ wish-url = Apri i desideri
about = Informazioni
close = { $commandType ->
close = { $form ->
[verb] Chiudersi
*[noun] Chiudi
}
hide = { $commandType ->
hide = { $form ->
[verb] Nascondersi
*[noun] Nascondi
}

View file

@ -102,6 +102,12 @@ impl SimpleComponent for AboutDialog {
"<li>Added 4.7.0 voiceovers sizes</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed Italian localization breaking the launcher</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",