feat(data): allow filling translatable strings with translated string
1 files changed, 5 insertions(+), 0 deletions(-) M Data/NosSmooth.Data.Abstractions/Language/LanguageServiceOptions.cs
M Data/NosSmooth.Data.Abstractions/Language/LanguageServiceOptions.cs => Data/NosSmooth.Data.Abstractions/Language/LanguageServiceOptions.cs +5 -0
@@ 15,4 15,9 @@ public class LanguageServiceOptions /// Get or sets the default language. /// </summary> public Language Language { get; set; } = Language.En; /// <summary> /// Gets or sets whether to fill <see cref="TranslatableString"/> translations with the default language. /// </summary> public bool FillTranslatableStrings { get; set; } = true; } \ No newline at end of file