Skip to content

Commit

Permalink
fix: added missing language elements (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioppoluca authored Sep 24, 2023
1 parent 8ddbf94 commit d401a1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"mapping": {
"Name": "Mapping",
"Hint": "JSON which is used to map the PDF fields to information on the Foundry character sheet. See the README for details."
},
"mapping-npc": {
"Name": "Mapping NPC",
"Hint": "JSON which is used to map the PDF fields to information on the Foundry NPC sheet. See the README for details."
}
},
"download": {
Expand Down
4 changes: 4 additions & 0 deletions languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"mapping": {
"Name": "Correspondances",
"Hint": "JSON utilisé pour faire correspondre les champs du PDF aux informations de la feuille de personnage Foundry. Consultez le fichier README pour plus de détails."
},
"mapping-npc": {
"Name": "Correspondances",
"Hint": "JSON utilisé pour faire correspondre les champs du PDF aux informations de la feuille de NPC Foundry. Consultez le fichier README pour plus de détails."
}
},
"download": {
Expand Down
4 changes: 4 additions & 0 deletions languages/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"mapping": {
"Name": "Mapeamento",
"Hint": "JSON que é usado para mapear os campos PDF para informações na ficha de personagem Foundry. Consulte o README para obter detalhes."
},
"mapping-npc": {
"Name": "Mapeamento",
"Hint": "JSON que é usado para mapear os campos PDF para informações na ficha de NPC Foundry. Consulte o README para obter detalhes."
}
},
"download": {
Expand Down

0 comments on commit d401a1c

Please sign in to comment.