Bug 2318638

Summary: Missing Georgian translaton for WxWidgets
Product: [Fedora] Fedora Localization Reporter: Temuri Doghonadze <temuri.doghonadze>
Component: l10n-requestsAssignee: noriko <noriko.mizumoto>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: diegobz, dimitris, fedora, piotrdrag, trans, yurchor
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-01-10 08:52:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Temuri Doghonadze 2024-10-14 20:43:53 UTC
Description of problem:

On git, there is ka.po in 3.2.6 at URL.
https://github.com/wxWidgets/wxWidgets/tree/v3.2.6/locale
However, I cannot see file in wxGTK-i18n rpm package. Any reason for
this please? Is there anything I can do to get file into rpm?

Version-Release number of selected component (if applicable):
WxGTK-3.2.6

How reproducible:

install WxGTK-i18n package, check for wx*.po in /usr/share/locale/ka/LC_MESSAGES

Comment 1 Yuri Chornoivan 2024-10-15 07:53:14 UTC
It looks like the upstream Makefile.in does not contain "ka" locale

https://github.com/wxWidgets/wxWidgets/blob/5ff25322553c1870cf20a2e1ba6f20ed50d9fe9a/Makefile.in#L2208

It seems to be an upstream bug.

Comment 2 Yuri Chornoivan 2024-10-15 13:12:32 UTC
Github issue:

https://github.com/wxWidgets/wxWidgets/issues/24880

Comment 3 Temuri Doghonadze 2025-01-10 08:52:18 UTC
Is solved now. Thank you.