-
-
Notifications
You must be signed in to change notification settings - Fork 34
Respect RequestLocalizationOptions.FallBackToParentUICultures for culture fallback #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: hishamco <[email protected]>
| /// <remarks> | ||
| /// Defaults to <c>true</c> to maintain backward compatibility. | ||
| /// </remarks> | ||
| public bool FallBackToParentUICultures { get; set; } = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot use RequestLocalizationOptions.FallBackToParentUICultures instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 5e22a6b. Now using RequestLocalizationOptions.FallBackToParentUICultures via optional constructor injection, maintaining backward compatibility with the existing constructor.
|
@copilot resolve the conflicts |
…custom property Co-authored-by: hishamco <[email protected]>
… support Co-authored-by: hishamco <[email protected]>
JsonResourceManagerconstructors to work with the newstring[]ResourcesPathstringto wrap it in an array when calling new constructorstring[]to properly chain to the main constructorstring[]for ResourcesPathOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.