Track LocalMods as part of monolith

This commit is contained in:
2026-06-08 18:50:16 +03:00
parent 143f2fed7c
commit 1b214b44c2
1287 changed files with 139255 additions and 1 deletions
@@ -0,0 +1,10 @@
-- getting this from different text files from disabled languages is exorbitantly complicated in lua due to billion different types i have to register.
-- so fuck it just manual table
local suffixes = {
English = "A ‖color:gui.blue‖printed donor card‖end‖ can be slotted into it.",
Russian = "Можно вставить ‖color:gui.blue‖карту донора‖end‖ в слот.",
["Simplified Chinese"] = "可以插入一张‖color:gui.blue‖打印的捐赠卡‖end‖。",
French = "Une ‖color:gui.blue‖carte de donneur‖end‖ peut être insérée."
}
return suffixes