overextended/ox_core

locales Portugues Brasil! pt-BR

ThiagoFdaSLopes opened this issue · 1 comments

I'm Brazilian and I would like to bring this framework to be used in Brazil. I could create it just for myself to use, but for future Brazilian developers it would be nice to have this translation.

locales/pt-BR.json

{
  "ui": {
    "confirm": "Confirmar",
    "cancel": "Cancelar",
    "select": "Selecionar",
    "delete": "Deletar",
    "firstname": "Primeiro nome",
    "lastname": "Ultimo nome",
    "gender": "Genero",
    "male": "Masculino",
    "female": "Feminino",
    "non_binary": "Não-Binário",
    "create_char": "Criar Personagem",
    "create_a_char": "Criar um Personagem",
    "delete_character": "Deletar Personagem",
    "delete_prompt": "Tem certeza de que deseja excluir %s",
    "irreversible_action": "Esta ação é irreversível",
    "char_location": "localização",
    "last_played": "Jogou pela ultima vez",
    "max_chars": "Número máximo de slots atingido",
    "spawn_locations": "Locais de Spawn",
    "select_character": "Selecionar Personagem"
  }
}

Can I upload as a feature? on a new branch?