~ruther/NosSmooth

346f6b87a92af2dce383e21f219e94b7209d2d8e — František Boháček 3 years ago 8a4dbc3
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

Do not follow this link