@using BTCPayServer.Abstractions.Models @model EditDictionaryViewModel @{ ViewData.SetActivePage(ServerNavPages.Translations); ViewData["Title"] = Context.GetRouteValue("dictionary"); }

@ViewLocalizer["Translations are formatted as JSON; for example, {0} translates {1} to {2}.", "{ \"Welcome\": \"Bienvenue\" }", "Welcome", "Bienvenue"]

To use the translation from this dictionary's fallback, you can:

  • Remove the translation from this dictionary.
  • Set the translation to match the string in the fallback.

Please note that not all text is translatable, and future updates may modify existing translations or introduce new translatable phrases.