Emulator Issues #12730
closedLocalizations missing on macOS Universal builds
0%
Description
Hi,
The localizations of Dolphin are missing on macOS builds.
They were present in the macOS Intel builds, but they have never been on ARM builds (I had to copy the folders from the Intel build to the ARM build).
Now that the macOS builds are universal, those ressources are still missing.
The language folders in Dolphin.app/Contents/Ressources/??.lproj are missing (=not compiled or just not copied during build).
Therefore, the software is only displayed in English, whatever the language you choose (unless you copy the ??.lproj folders from older builds).
Thanks.
Updated by OatmealDome about 3 years ago
Seems that gettext is not installed on the macOS builder, so the localization files are never generated.
Updated by leoetlino about 3 years ago
- Status changed from New to Accepted
- Milestone set to Current
- Operating system OS X added
- Operating system deleted (
N/A)
Updated by OatmealDome almost 3 years ago
- Status changed from Accepted to Fixed
- Fixed in set to 5.0-15688
gettext is now installed and localization files are being generated properly. Please update to the latest development build.