Language Files

locates/en.lua
Config.locales["en"] = {
    game = {

    },
    ui = {
        top_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
        create_info = "CREATE YOUR INFORMATIONS",
        create_info_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
        first_name = "First Name",
        last_name = "Last Name",
        char_age = "Character Age",
        char_age_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
        male = "MALE",
        Female = "FEMALE",
        continue = "Continue Costumization",
        custumize_char = "CUSTUMIZE CHARACTER",
        voice = "Voice",
        anims = "Animations",
        finish = "Finish Costumization",
        char_infos = "CHARACTER INFORMATIONS",
        dateof = "Date Of Birth",
        dateof_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
        money = "Money",
        money_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
        char_custo = "CHARACTER COSTUMIZATION",
        char_loc = "CHARACTER LOCATION",
        spawn = "SPAWN",
        reedem = "SLOT REEDEM CODE",
        reedem_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
        cancel = "Cancel",
        confirm = "Confirm",
        need_code = "Need a code? Buy One",
        buy_code = "BUY CODE",
        open_tebex = "Opens Tebex Store in browser",
    },
}

Last updated