Page cover

Translating Resources

Translating our resources into another language is simple!

Most of our resources can be easily translated into another language, often through the config.lua file, depending on the resource.

For example, here is the config.lua translations section from Smart Taser:

main.translations = {
    embedTitle = "Taser - Event Log",
    event = "Event:",
    device = "Device:",
    carrier = "Carrier:",
    cartridgesRemaining = "Remaining Cartridges:",
    cartridgeID = "Cartridge ID:",
    serialNumber = "Serial Number:",
    battery = "Battery:",
    timestamp = "Timestamp:",
    eventType1 = "Trigger - Cartridge 1",
    eventType2 = "Trigger - Cartridge 2",
    eventType3 = "Trigger - Arc Mode",
    eventType4 = "Reactivated Taser Cartridge",
    left = "Left",
    right = "Right",
    barbReactivated = " cartridge reactivated.",
    arcTase = "Drive stun mode operated.",
    taserReloaded = "Reload successful.",
    barbsRemovedByOfficer = "Barbs removed successfully.",
    barbsRemovedByOfficer2 = "Your taser barbs have been removed manually.",
    barbsRemovedAutomatically = "Your taser barbs have ripped out.",
    barbsRemovedAutomaticallyOfficer = "Suspect taser barbs have ripped out.",
    suspectDied = "The suspect has died.",
    weaponFull = "Your taser is already fully loaded.",
    weaponNotFound = "You must be holding your taser.",
    reloadTaserSuggestion = "Reload your taser",
    removeBarbsSuggestion = "Remove barbs after firing",
}

Need support?

You can open open a ticket on our support panel using the link below, but make sure you have read our documentation first if your issue relates to a resource.

Last updated

Was this helpful?