Skip to content
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

feat(Localization): Allow setting a Language resource to an empty string value #6954 #7026

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jafin
Copy link
Contributor

@jafin jafin commented Jan 18, 2024

Change

This change allows setting a empty string for a language resource.
If the value is null, it will still default to existing functionality of the resource name being shown.

#nullable was enabled on LocalizationService, methods that may return null were modified to indicate this.

Possible Breaking changes

  • InsertLocaleStringResourceAsync may throw ArgumentNullException if param localeStringResource is null, which may be a different exception type then previous.

Resolves #6954

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow saving empty locales
4 participants