Fix locale setup on ps4/ps5

This commit is contained in:
2026-07-15 10:07:35 +02:00
parent 9f5aeb6c76
commit 759d96ae30
@@ -283,6 +283,8 @@ void LocalizationService::OnLocalizationChanged()
#if PLATFORM_ANDROID
// Android doesn't support locales in the native C library (https://issuetracker.google.com/issues/36974962)
#elif PLATFORM_PS5 || PLATFORM_PS4
// Not supported
#else
// Change C++ locale (eg. used by fmt lib for values formatting)
{