@using BTCPayServer.Abstractions.Models @model ListDictionariesViewModel @{ ViewData.SetActivePage(ServerNavPages.Translations); ViewData["Title"] = "Dictionaries"; }
Dictionaries enable you to translate the BTCPay Server backend into different languages.
Dictionary | Fallback | |
---|---|---|
@if (!v.Editable) { @v.DictionaryName } else { @v.DictionaryName } | @v.Fallback |