chris2511 / xca

X Certificate and Key management
http://xca.hohnstaedt.de
Other
1.49k stars 202 forks source link

XCA 2.6.0 gui language bug under macOS #539

Closed jelockwood closed 1 week ago

jelockwood commented 5 months ago

@chris2511 XCA 2.6.0 when run under macOS is displaying the user interface in the 'wrong' language.

We have tried it on at least three different Macs running either macOS Sonoma 14.4 or macOS Monterey 12.7.4 and all three exhibit the same error although the wrong language displayed may differ. In case it is not obvious in all three cases it should display in English.

I have seen this sort of bug before, possibly even a long time ago with XCA itself.

Here is one example screen capture showing 2.6.0 displaying using the 'wrong' language. Screenshot 2024-03-21 at 09 46 48

Here is version 2.5.0 on the same Mac displaying correctly in English. Screenshot 2024-03-21 at 09 46 17

chris2511 commented 5 months ago

Please see #532 Fixed for the next release. Leaving this open until the release to be found by others.

dsoundmn commented 5 months ago

Thank you for the fix - do you have an estimated date for release? and by any chance, is there a fix we can apply locally to select the language?

jelockwood commented 5 months ago

@dsoundmn The easiest temporary fix is to revert to the previous version i.e. 2.5.0 which did not have this bug.

dsoundmn commented 5 months ago

thank you! keep up the great work!

chris2511 commented 5 months ago

Thank you for the fix - do you have an estimated date for release? and by any chance, is there a fix we can apply locally to select the language?

The language is indonesian, i assume. You can switch to english: In the menu select Berkas -> Bahasa -> inggris (English)

Error404-net commented 4 months ago

Thank you for the fix - do you have an estimated date for release? and by any chance, is there a fix we can apply locally to select the language?

The language is indonesian, i assume. You can switch to english: In the menu select Berkas -> Bahasa -> inggris (English)

I also have this issue, thanks for the manual translation.

iMunas commented 3 months ago

I was too lazy to look for a translation and added one line to the xca/Contents/Info.plist file \<...> \<key>CFBundleLocalizations\</key> \<array> \<string>id\</string> \<string>en\</string> \<string>hr\</string> \<string>nl\</string> \<...> After this, XCA started speaking in English

0x4D5352 commented 3 months ago

Selecting English in the language menu only fixed the XCA GUI, and the language remained in Indonesian when navigating through the Finder sub-windows. the plist fix @iMunas posted fixed that for me.

chris2511 commented 1 week ago

https://github.com/chris2511/xca/releases/tag/RELEASE.2.7.0