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