mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-04-05 16:25:52 +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
|
- List missing dependencies on non-standard distros during initial setup
|
||||||
- Added 4.7.0 voiceovers sizes
|
- Added 4.7.0 voiceovers sizes
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed Italian localization breaking the launcher
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Support new game API
|
- 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 Thai
|
||||||
- Added Ukrainian
|
- Added Ukrainian
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed GtkSwitch UI state representation
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Update wish url
|
- 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
|
- Improved app args parsing
|
||||||
- Updated locales
|
- Updated locales
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed GtkSwitch UI state representation
|
|
||||||
|
|
||||||
## [3.9.4] - 29.12.2023
|
## [3.9.4] - 29.12.2023
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -17,12 +17,12 @@ wish-url = Apri i desideri
|
||||||
about = Informazioni
|
about = Informazioni
|
||||||
|
|
||||||
|
|
||||||
close = { $commandType ->
|
close = { $form ->
|
||||||
[verb] Chiudersi
|
[verb] Chiudersi
|
||||||
*[noun] Chiudi
|
*[noun] Chiudi
|
||||||
}
|
}
|
||||||
|
|
||||||
hide = { $commandType ->
|
hide = { $form ->
|
||||||
[verb] Nascondersi
|
[verb] Nascondersi
|
||||||
*[noun] Nascondi
|
*[noun] Nascondi
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,6 +102,12 @@ impl SimpleComponent for AboutDialog {
|
||||||
"<li>Added 4.7.0 voiceovers sizes</li>",
|
"<li>Added 4.7.0 voiceovers sizes</li>",
|
||||||
"</ul>",
|
"</ul>",
|
||||||
|
|
||||||
|
"<p>Fixed</p>",
|
||||||
|
|
||||||
|
"<ul>",
|
||||||
|
"<li>Fixed Italian localization breaking the launcher</li>",
|
||||||
|
"</ul>",
|
||||||
|
|
||||||
"<p>Changed</p>",
|
"<p>Changed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue