From cb14a8381081433624bf1e61f00c845e64782764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85rth=E1=80=9Dur?= Date: Sat, 30 Sep 2023 15:32:07 +0400 Subject: [PATCH] feat: add dictionaries --- dictionaries/en.json | 3 +++ dictionaries/es.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 dictionaries/en.json create mode 100644 dictionaries/es.json diff --git a/dictionaries/en.json b/dictionaries/en.json new file mode 100644 index 0000000..8a91e98 --- /dev/null +++ b/dictionaries/en.json @@ -0,0 +1,3 @@ +{ + "hello": "Hola" +} \ No newline at end of file diff --git a/dictionaries/es.json b/dictionaries/es.json new file mode 100644 index 0000000..a479da3 --- /dev/null +++ b/dictionaries/es.json @@ -0,0 +1,3 @@ +{ + "hello": "Hello" +} \ No newline at end of file