|
|
|
@ -7,7 +7,6 @@ namespace Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations; |
|
|
|
[Serializable] |
|
|
|
public class ApplicationLocalizationConfigurationDto |
|
|
|
{ |
|
|
|
//TODO: Rename to Texts?
|
|
|
|
public Dictionary<string, Dictionary<string, string>> Values { get; set; } |
|
|
|
|
|
|
|
public List<LanguageInfo> Languages { get; set; } |
|
|
|
|