Version Fix and Locale Updates (#3626)

This commit is contained in:
Joe Milazzo
2025-03-13 17:54:55 -05:00
committed by GitHub
parent b644022f30
commit a6ccae5849
15 changed files with 360 additions and 58 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ public class UsersController : BaseApiController
}
if (_localizationService.GetLocales().Contains(preferencesDto.Locale))
if (_localizationService.GetLocales().Select(l => l.FileName).Contains(preferencesDto.Locale))
{
existingPreferences.Locale = preferencesDto.Locale;
}