From 9fe3d073c3b498a33cdb8b16a9c622b9759dc875 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Mon, 4 Nov 2024 11:02:02 +0300 Subject: [PATCH] init en ru jsons --- locales/en.json | 4 ++++ locales/ru.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 locales/en.json create mode 100644 locales/ru.json diff --git a/locales/en.json b/locales/en.json new file mode 100644 index 0000000..50130ef --- /dev/null +++ b/locales/en.json @@ -0,0 +1,4 @@ +{ + "en": "English", + "key.to.override": "value" +} \ No newline at end of file diff --git a/locales/ru.json b/locales/ru.json new file mode 100644 index 0000000..d882673 --- /dev/null +++ b/locales/ru.json @@ -0,0 +1,4 @@ +{ + "ru": "Русский", + "key.to.override": "Значение" +} \ No newline at end of file