Skip to content

Commit

Permalink
feat(localization): add translates for ritual and power (en and pt-br)
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Oct 11, 2023
1 parent 9419e6e commit 08e830f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lang/en.json
Expand Up @@ -3,12 +3,14 @@
"TYPES.Item.protection": "Protection",
"TYPES.Item.generalEquipament": "General Equipament",
"TYPES.Item.armament": "Armament",
"TYPES.Item.ritual": "Ritual",
"TYPES.Item.power": "Power",
"ordemparanormal.OrdemActorSheet": "Agent's Sheet",

"ordemparanormal.tab": {
"skills": "Skills",
"inventory": "Inventory",
"habilities": "Habilities",
"powers": "Powers",
"rituals": "Rituals",
"biography": "Biography",
"effects": "Effects"
Expand Down
4 changes: 3 additions & 1 deletion lang/pt-BR.json
Expand Up @@ -3,12 +3,14 @@
"TYPES.Item.protection": "Proteção",
"TYPES.Item.generalEquipament": "Equipamento Geral",
"TYPES.Item.armament": "Armamento",
"TYPES.Item.ritual": "Ritual",
"TYPES.Item.power": "Poder",
"ordemparanormal.OrdemActorSheet": "Ficha de Agente",

"ordemparanormal.tab": {
"skills": "Perícias",
"inventory": "Inventário",
"habilities": "Habilidades",
"powers": "Poderes",
"rituals": "Rituais",
"biography": "Biografia",
"effects": "Efeitos"
Expand Down

0 comments on commit 08e830f

Please sign in to comment.