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
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.
Github issue: https://github.com/wxWidgets/wxWidgets/issues/24880
Is solved now. Thank you.