From 421f5b08465dd199568b379b2655e4050a305de2 Mon Sep 17 00:00:00 2001 From: Feruz M <fmiboy@gmail.com> Date: Sun, 24 Jan 2021 23:26:53 +0200 Subject: [PATCH] New translations en-US.json (Korean) --- src/config/locales/ko-KR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/ko-KR.json b/src/config/locales/ko-KR.json index af86b361c..4ab820646 100644 --- a/src/config/locales/ko-KR.json +++ b/src/config/locales/ko-KR.json @@ -588,5 +588,11 @@ }, "empty_screen": { "nothing_here": "Nothing here" + }, + "beneficiary_modal": { + "percent": "Percent", + "username": "Username", + "addAccount": "Add Account", + "save": "Save" } }