🖌️Translating

Locale file - locale.lua

Locale = {
    ["en"] = {
        ["open_market"] = "Open Black Market",
        ["success"] = "Your order was successful. You will get message with more information about delivery soon.",
        ["not_enough_money"] = "You dont have enough black money",
        ["incorrect_quantity"] = "Incorrect quantity",
        ["open_crate"] = "Open Crate",
        ["enter_the_ship"] = "Enter the Ship"
    }
}

Last updated