https://bugzilla.redhat.com/show_bug.cgi?id=1619530
--- Comment #13 from Mike FABIAN <[email protected]> --- So it looks like we need something like this: $ git diff diff --git a/pyanaconda/localization.py b/pyanaconda/localization.py index 59a58d51f..e642cb5db 100644 --- a/pyanaconda/localization.py +++ b/pyanaconda/localization.py @@ -335,6 +335,8 @@ def get_native_name(locale): territoryIdQuery=parts.get("territory", ""), scriptIdQuery=parts.get("script", "")) + if parts["language"].startswith("ka"): + return name return upcase_first_letter(name) def get_available_translations(localedir=None): lines 1-13/13 (END) which looks crazy, but what else could one do? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
