From 3bd3d4d6e2e91d96bfeaf51448451a8ecb4d27af Mon Sep 17 00:00:00 2001 From: Feruz M Date: Sun, 24 Jan 2021 23:26:49 +0200 Subject: [PATCH] New translations en-US.json (Russian) --- src/config/locales/ru-RU.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/ru-RU.json b/src/config/locales/ru-RU.json index 650b16bbb..27b730da3 100644 --- a/src/config/locales/ru-RU.json +++ b/src/config/locales/ru-RU.json @@ -588,5 +588,11 @@ }, "empty_screen": { "nothing_here": "Nothing here" + }, + "beneficiary_modal": { + "percent": "Percent", + "username": "Username", + "addAccount": "Add Account", + "save": "Save" } }