-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly handle installer language changes (#1746)
## Problem Problems: - [x] It is not possible to change the language. See [bsc#1233160](https://bugzilla.suse.com/show_bug.cgi?id=1233160). - [x] Changing to Portuguese does not work (it might be related to the code, `pt-BR`). - [x] The message while reloading the software translations is in the old language. - [x] #1724 - [x] #860 ## Solution Fix the D-Bus path of the LocaleProxy to the Manager's `org.opensuse.Agama1.Locale` interface. ## Testing - Tested manually
- Loading branch information
Showing
17 changed files
with
205 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Wed Nov 13 12:03:02 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Properly update the localization settings of the D-Bus services | ||
(bsc#1233159, bsc#1233160). | ||
|
||
------------------------------------------------------------------- | ||
Mon Nov 11 09:52:59 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Wed Nov 13 12:14:06 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Do not crash when trying to change the language of the storage | ||
service before the "config" phase (gh#agama-project/agama#1746). | ||
|
||
------------------------------------------------------------------- | ||
Tue Nov 5 16:11:35 UTC 2024 - Martin Vidner <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
------------------------------------------------------------------- | ||
Wed Nov 13 12:06:41 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Several translation fixes (gh#agama-project/agama#1746): | ||
- Use the correct capitalization for RFC 5646 language tags | ||
(e.g., "pt-BR" instead of "pt-BR" instead of "pt-br") (bsc#1233160). | ||
- Translate the products descriptions when the user changes | ||
the language (gh#agama-project/agama#1724). | ||
- Fallback to a similar language if the given one is not supported | ||
(e.g., "es" for "es-AR") (gh#agama-project/agama#860). | ||
|
||
------------------------------------------------------------------- | ||
Wed Nov 6 06:06:51 UTC 2024 - Michal Filka <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,65 @@ | ||
{ | ||
"af": "za", | ||
"am": "et", | ||
"ar": "eg", | ||
"ast": "es", | ||
"be": "by", | ||
"bg": "bg", | ||
"bn": "in", | ||
"bs": "ba", | ||
"ca": "es", | ||
"cs": "cz", | ||
"cy": "gb", | ||
"da": "dk", | ||
"de": "de", | ||
"en": "us", | ||
"el": "gr", | ||
"es": "es", | ||
"et": "ee", | ||
"eu": "es", | ||
"fa": "ir", | ||
"fi": "fi", | ||
"fr": "fr", | ||
"gl": "es", | ||
"gu": "in", | ||
"he": "il", | ||
"hi": "in", | ||
"hr": "hr", | ||
"hu": "hu", | ||
"id": "id", | ||
"it": "it", | ||
"ja": "jp", | ||
"ka": "kz", | ||
"km": "kh", | ||
"kn": "in", | ||
"ko": "kr", | ||
"lt": "lt", | ||
"lv": "lv", | ||
"mk": "mk", | ||
"mr": "in", | ||
"ms": "my", | ||
"my": "mm", | ||
"nb": "no", | ||
"nds": "de", | ||
"ne": "np", | ||
"nl": "nl", | ||
"nn": "no", | ||
"pa": "in", | ||
"pl": "pl", | ||
"pt": "pt", | ||
"ro": "ro", | ||
"ru": "ru", | ||
"si": "lk", | ||
"sk": "sk", | ||
"sl": "si", | ||
"sq": "al", | ||
"sr": "rs", | ||
"sv": "se", | ||
"ta": "in", | ||
"tg": "tj", | ||
"th": "th", | ||
"tr": "tr", | ||
"uk": "ua", | ||
"vi": "vn", | ||
"zu": "za" | ||
"af": "ZA", | ||
"am": "ET", | ||
"ar": "EG", | ||
"ast": "ES", | ||
"be": "BY", | ||
"bg": "BG", | ||
"bn": "IN", | ||
"bs": "BA", | ||
"ca": "ES", | ||
"cs": "CZ", | ||
"cy": "GB", | ||
"da": "DK", | ||
"de": "DE", | ||
"en": "US", | ||
"el": "GR", | ||
"es": "ES", | ||
"et": "EE", | ||
"eu": "ES", | ||
"fa": "IR", | ||
"fi": "FI", | ||
"fr": "FR", | ||
"gl": "ES", | ||
"gu": "IN", | ||
"he": "IL", | ||
"hi": "IN", | ||
"hr": "HR", | ||
"hu": "HU", | ||
"id": "ID", | ||
"it": "IT", | ||
"ja": "JP", | ||
"ka": "KZ", | ||
"km": "KH", | ||
"kn": "IN", | ||
"ko": "KR", | ||
"lt": "LT", | ||
"lv": "LV", | ||
"mk": "MK", | ||
"mr": "IN", | ||
"ms": "MY", | ||
"my": "MM", | ||
"nb": "NO", | ||
"nds": "DE", | ||
"ne": "NP", | ||
"nl": "NL", | ||
"nn": "NO", | ||
"pa": "IN", | ||
"pl": "PL", | ||
"pt": "PT", | ||
"ro": "RO", | ||
"ru": "RU", | ||
"si": "LK", | ||
"sk": "SK", | ||
"sl": "SI", | ||
"sq": "AL", | ||
"sr": "RS", | ||
"sv": "SE", | ||
"ta": "IN", | ||
"tg": "TJ", | ||
"th": "TH", | ||
"tr": "TR", | ||
"uk": "UA", | ||
"vi": "VN", | ||
"zu": "ZA" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.