From 9418074a910517ea697bd55e2cfd1fbf7875d53e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Sun, 24 Jan 2021 23:26:30 +0200 Subject: [PATCH] New translations en-US.json (French) --- src/config/locales/fr-FR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/fr-FR.json b/src/config/locales/fr-FR.json index 649def19b..072159f8c 100644 --- a/src/config/locales/fr-FR.json +++ b/src/config/locales/fr-FR.json @@ -588,5 +588,11 @@ }, "empty_screen": { "nothing_here": "Nothing here" + }, + "beneficiary_modal": { + "percent": "Percent", + "username": "Username", + "addAccount": "Add Account", + "save": "Save" } }