From 357b44aacba414137a50cbdcf948696ed366e07a Mon Sep 17 00:00:00 2001 From: OlehMaliuta <104268973+OlehMaliuta@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:10:47 +0300 Subject: [PATCH] added storage for language strings and theme colors --- client-app/src/storage/colors/dark.json | 3 +++ client-app/src/storage/colors/light.json | 3 +++ client-app/src/storage/strings/en.json | 3 +++ client-app/src/storage/strings/ru.json | 3 +++ client-app/src/storage/strings/ua.json | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 client-app/src/storage/colors/dark.json create mode 100644 client-app/src/storage/colors/light.json create mode 100644 client-app/src/storage/strings/en.json create mode 100644 client-app/src/storage/strings/ru.json create mode 100644 client-app/src/storage/strings/ua.json diff --git a/client-app/src/storage/colors/dark.json b/client-app/src/storage/colors/dark.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/client-app/src/storage/colors/dark.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/client-app/src/storage/colors/light.json b/client-app/src/storage/colors/light.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/client-app/src/storage/colors/light.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/client-app/src/storage/strings/en.json b/client-app/src/storage/strings/en.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/client-app/src/storage/strings/en.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/client-app/src/storage/strings/ru.json b/client-app/src/storage/strings/ru.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/client-app/src/storage/strings/ru.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/client-app/src/storage/strings/ua.json b/client-app/src/storage/strings/ua.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/client-app/src/storage/strings/ua.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file