From f44001655fff4f1999aa2975223e2649a0565137 Mon Sep 17 00:00:00 2001 From: Bufka2011 <85364803+Bufka2011@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:37:11 -0700 Subject: [PATCH 1/5] Create ru_expanded.js --- mods/ru_expanded.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mods/ru_expanded.js diff --git a/mods/ru_expanded.js b/mods/ru_expanded.js new file mode 100644 index 00000000..f3d69d1e --- /dev/null +++ b/mods/ru_expanded.js @@ -0,0 +1,25 @@ +// Based off cs_expanded + +// Made by Kopalecek (also known as davistudios or sylas) and Bufka2011 + +const reqCode = 'cs' // Change this to the lang code you want. + +const menu = { // Just change the values in this. + pauseButton: 'Пауза', + resetButton: 'Сброс', + replaceButton: 'Замена', + elemSelectButton: 'Э', + tpsButton: 'TPS', + infoButton: 'Инфо', + savesButton: 'Сохранения', + modsButton: 'Моды', + settingsButton: 'Настройки', + changelogButton: 'Чейнджлог', +} + + +if (langCode == reqCode) { + Object.keys(menu).forEach(key => { + document.getElementById(key).textContent = menu[key] + }) +} From 1859244ea67168484dc823a991ddc8738edb7676 Mon Sep 17 00:00:00 2001 From: Bufka2011 <85364803+Bufka2011@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:39:48 -0700 Subject: [PATCH 2/5] Update ru_expanded.js --- mods/ru_expanded.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ru_expanded.js b/mods/ru_expanded.js index f3d69d1e..17c8e3d1 100644 --- a/mods/ru_expanded.js +++ b/mods/ru_expanded.js @@ -2,7 +2,7 @@ // Made by Kopalecek (also known as davistudios or sylas) and Bufka2011 -const reqCode = 'cs' // Change this to the lang code you want. +const reqCode = 'ru' // Change this to the lang code you want. const menu = { // Just change the values in this. pauseButton: 'Пауза', From 264a513559dfbf70debc94b6d7787f691c263cb7 Mon Sep 17 00:00:00 2001 From: Bufka2011 <85364803+Bufka2011@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:40:39 -0700 Subject: [PATCH 3/5] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c98f3bc0..f9c870cd 100644 --- a/index.html +++ b/index.html @@ -17989,9 +17989,9 @@ Cancer, Landmine, Grenade, Smoke Grenade">? + -

Try our NEW GAME: Infinite Chef

From a2846bbff8f131b133fe2a0b1500f755d5f7e796 Mon Sep 17 00:00:00 2001 From: Bufka2011 <85364803+Bufka2011@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:19:14 -0700 Subject: [PATCH 4/5] Update ru.json --- lang/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ru.json b/lang/ru.json index 31e2c634..244f28be 100644 --- a/lang/ru.json +++ b/lang/ru.json @@ -479,7 +479,7 @@ "prop":"реквизит", "salt_ice":"солёный лёд", "sugar_ice":"сладкий лёд", - "seltzer_ice":"селтизерный лёд", + "seltzer_ice":"минеральный лёд", "dirty_ice":"грязный лёд", "pool_ice":"лёд в бассейне", "blood_ice":"кровяной лёд", From c33a2668fe2446e6ffe6c9c548df18a8f6f2fe81 Mon Sep 17 00:00:00 2001 From: Bufka2011 <85364803+Bufka2011@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:19:44 -0700 Subject: [PATCH 5/5] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f9c870cd..c98f3bc0 100644 --- a/index.html +++ b/index.html @@ -17989,9 +17989,9 @@ Cancer, Landmine, Grenade, Smoke Grenade">? - +

Try our NEW GAME: Infinite Chef