Enhance internationalization support by integrating language selection for school names, updating UI components for localization, and revising documentation. Implement locale-aware formatting for dates and strings, ensuring a seamless user experience in both Russian and English. Update tests to cover new language features.
This commit is contained in:
@@ -111,7 +111,7 @@ internal sealed class GameLoopService(
|
||||
break;
|
||||
|
||||
case GameCommand.SuggestName suggest:
|
||||
Complete(suggest.Result, _schools.SuggestName);
|
||||
Complete(suggest.Result, () => _schools.SuggestName(suggest.Language));
|
||||
break;
|
||||
|
||||
case GameCommand.OpenSchool open:
|
||||
|
||||
Reference in New Issue
Block a user