Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on pt-br #298

Open
on4sat opened this issue Apr 24, 2023 · 2 comments
Open

on pt-br #298

on4sat opened this issue Apr 24, 2023 · 2 comments
Labels
bug Something isn't working size/S Small Size

Comments

@on4sat
Copy link

on4sat commented Apr 24, 2023

[ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.title
[ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.titleNoPrice
[ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.options.title
[ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.options.description

@TheiLLeniumStudios TheiLLeniumStudios added bug Something isn't working size/S Small Size labels May 29, 2023
@matheusobf
Copy link
Contributor

this has been fixed and will be in the next update
bd26855

@b-bgomes
Copy link

[ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.title [ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.titleNoPrice [ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.options.title [ 2875703] [b2699_GTAProce] MainThrd/ Missing locale for: clothing.options.description

locales>pt-BR.lua

substitua da linha 257 ate a 289 por:

    },
    manage = {
        title = "👔 | Gerenciar roupas %s"
    }
},
jobOutfits = {
        title = "Roupas de Trabalho",
        description = "Escolha entre suas roupas de trabalho"
 },
    menu = {
        returnTitle = "Voltar",
        title = "Vestuário",
        outfitsTitle = "Roupas do Jogador",
        clothingShopTitle = "Loja de Roupas",
        barberShopTitle = "Barbearia",
        tattooShopTitle = "Estúdio de Tatuagem",
        surgeonShopTitle = "Cirurgião Plástico"
},
clothing = {
    title = "Comprar Roupas - $%d",
    titleNoPrice = "Mudar Roupas",
    options = {
        title = "👔 | Opções da loja de roupas",
        description = "Escolha entre uma ampla variedade de itens para vestir"
    },
    outfits = {
        title = "👔 | Opções de roupas",
        civilian = {
            title = "Roupa Civil",
            description = "Vista suas roupas"
        }
    }
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/S Small Size
Projects
None yet
Development

No branches or pull requests

4 participants