Current langpack installation method on macOS uses .app bundle with AppleScript. Currently .app lacks any kind of version information in Info.plist. I propose `CFBundleShortVersionString` and `CFBundleVersion` Info.plist keys of "LibreOffice Language Pack.app" are set to same version as corresponding `CFBundleShortVersionString` and `CFBundleVersion` of LibreOffice.app Info.plist. This change would not affect user but it would help Mac admins who deploy LibreOffice and repackage language packs.
Confirming. Currently, there is a value for CFBundleShortVersionString, but it seems to bear no relation to the LO app bundle version. There doesn't appear to be any CFBundleVersion in the info.plist file in the fr-FR langpack that I can see, so I imagine that that would need to be added somehow.
This should be simple fix but nothing have been done in one year. What could I do to help?
(In reply to Michal Moravec from comment #2) > This should be simple fix but nothing have been done in one year. > What could I do to help? Hi Michal, Glad to hear you want to help. Here you can see how to build LibreOffice for mac -> https://wiki.documentfoundation.org/Development/BuildingOnMac then you just need to create the patch and submit it to gerrit as explained here: https://wiki.documentfoundation.org/Development/gerrit For help, you can use the dev IRC channel: https://irc.documentfoundation.org/?settings=#libreoffice-dev I hope it helps...