From 2232b0cc9858c77c51a949b29d772afb9aed59a5 Mon Sep 17 00:00:00 2001 From: TheAnaxMan <35913227+TheAnaxMan@users.noreply.github.com> Date: Sat, 9 Dec 2023 22:50:03 +0400 Subject: [PATCH] Add ru_ru.json --- src/main/resources/assets/trowel/lang/ru_ru.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/assets/trowel/lang/ru_ru.json diff --git a/src/main/resources/assets/trowel/lang/ru_ru.json b/src/main/resources/assets/trowel/lang/ru_ru.json new file mode 100644 index 0000000..64eb3dc --- /dev/null +++ b/src/main/resources/assets/trowel/lang/ru_ru.json @@ -0,0 +1,6 @@ +{ + "item.trowel.trowel": "Мастерок", + + "advancements.story.trowel.title": "Затирайте!", + "advancements.story.trowel.description": "Соберите мастерок, подходящий для всех ваших садовых нужд!" +} \ No newline at end of file