mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
More Translations (#6318)
* Store selector * Footer * Notifications * Checkout Appearance * Users list * Forms * Emails * Pay Button * Edit Dictionary * Remove newlines, fix typos * Forms * Pull payments and payouts * Various pages * Use local docs link * Fix * Even more translations * Fixes #6325 * Account pages * Notifications * Placeholders * Various pages and components * Add more
This commit is contained in:
@@ -88,6 +88,9 @@ namespace BTCPayServer.Controllers
|
||||
foreach (var prop in jobj.Properties())
|
||||
{
|
||||
prop.Value = "OK";
|
||||
if (prop.Name.Contains("{0}")) prop.Value += " {0}";
|
||||
if (prop.Name.Contains("{1}")) prop.Value += " {1}";
|
||||
if (prop.Name.Contains("{2}")) prop.Value += " {2}";
|
||||
}
|
||||
viewModel.Translations = Translations.CreateFromJson(jobj.ToString()).ToJsonFormat();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user