From 78b544f9cad3f6141ef17e41e575242209f02de3 Mon Sep 17 00:00:00 2001 From: Saevar Date: Mon, 23 Apr 2018 23:08:35 +0000 Subject: [PATCH] Update is.js --- BTCPayServer/wwwroot/checkout/js/langs/is.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/checkout/js/langs/is.js b/BTCPayServer/wwwroot/checkout/js/langs/is.js index eeb304575..cf9f252df 100644 --- a/BTCPayServer/wwwroot/checkout/js/langs/is.js +++ b/BTCPayServer/wwwroot/checkout/js/langs/is.js @@ -47,5 +47,8 @@ const locales_is = { "Archived_Body": "Vinsamlegast hafðu samband fyrir upplýsingar eða aðstoð.", // Lightning "BOLT 11 Invoice": "BOLT 11 Reikningur", - "Node Info": "Nótu upplýsingar" + "Node Info": "Nótu upplýsingar", + // + "txCount": "{{count}} reikningur", + "txCount_plural": "{{count}} reikningar" };