Add meta for locale

This commit is contained in:
2025-01-13 16:16:50 +01:00
parent 8816468ba0
commit 5ca69bbe24
3 changed files with 6 additions and 9 deletions

5
_L.lua
View File

@@ -1,5 +1,10 @@
local _, shared = ...
---@class Localization
---@field en table<string, any>
---@field ru table<string, any>
---@type Localization
shared.L = {
en = {
bonkDetected = "%s hit %s (%s)",