From a606c4186e508773e671688ebc9830dabd4b39d6 Mon Sep 17 00:00:00 2001 From: Cyber-Syntax <115875369+Cyber-Syntax@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:02:51 +0300 Subject: [PATCH] chore: add example configs --- config_files_examples/other_settings/batch_mode.json | 1 + config_files_examples/other_settings/locale.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 config_files_examples/other_settings/batch_mode.json create mode 100644 config_files_examples/other_settings/locale.json diff --git a/config_files_examples/other_settings/batch_mode.json b/config_files_examples/other_settings/batch_mode.json new file mode 100644 index 0000000..dd355bc --- /dev/null +++ b/config_files_examples/other_settings/batch_mode.json @@ -0,0 +1 @@ +{"batch_mode": true} \ No newline at end of file diff --git a/config_files_examples/other_settings/locale.json b/config_files_examples/other_settings/locale.json new file mode 100644 index 0000000..cddf635 --- /dev/null +++ b/config_files_examples/other_settings/locale.json @@ -0,0 +1,3 @@ +{ + "locale": "tr" +} \ No newline at end of file