From 32be93c462ab2479baccccc95b6c2156d192221f Mon Sep 17 00:00:00 2001 From: Feruz M Date: Sun, 24 Jan 2021 23:26:32 +0200 Subject: [PATCH] New translations en-US.json (Italian) --- src/config/locales/it-IT.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/it-IT.json b/src/config/locales/it-IT.json index 653699f2c..6178e2b5d 100644 --- a/src/config/locales/it-IT.json +++ b/src/config/locales/it-IT.json @@ -588,5 +588,11 @@ }, "empty_screen": { "nothing_here": "Nothing here" + }, + "beneficiary_modal": { + "percent": "Percent", + "username": "Username", + "addAccount": "Add Account", + "save": "Save" } }