Can set store default language

This commit is contained in:
nicolas.dorier
2018-03-23 17:27:48 +09:00
parent e51f3dd1ae
commit 7d17bf7f2a
11 changed files with 105 additions and 33 deletions

View File

@@ -13,6 +13,8 @@ namespace BTCPayServer.Models.InvoicingModels
public string CryptoImage { get; set; }
public string Link { get; set; }
}
public string DefaultLang { get; set; }
public List<AvailableCrypto> AvailableCryptos { get; set; } = new List<AvailableCrypto>();
public string CryptoCode { get; set; }
public string ServerUrl { get; set; }