From ddc18ec49340b952c92be9100f639ff09eac706f Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Tue, 29 Jun 2021 10:54:17 -0500 Subject: [PATCH] feat: added translations --- .idea/codeStyles/Project.xml | 79 ++++++++++++++++++-------- package.json | 5 ++ src/commands/utils/vm.ts | 11 ++-- src/index.ts | 27 +++++++++ translations/en-US/commands.json | 7 +++ translations/en-US/common.json | 0 tsconfig.json | 3 +- yarn.lock | 97 ++++++++++++++++++++++++++++++++ 8 files changed, 198 insertions(+), 31 deletions(-) create mode 100644 translations/en-US/commands.json create mode 100644 translations/en-US/common.json diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 4812db2..ab0303d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -11,6 +11,12 @@