mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
fix: fixed Italian localization breaking the launcher
This commit is contained in:
parent
abda7a3521
commit
231e23687e
3 changed files with 16 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue