feat: init export html button

This commit is contained in:
Matthieu CAILLEAUX
2022-04-23 21:05:13 +02:00
parent a246f899f4
commit 986d50a5eb
5 changed files with 25 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{
"WFRP4SHEETPRINT.export.pdf": "Export to PDF"
"WFRP4SHEETPRINT.export.pdf": "Export to PDF",
"WFRP4SHEETPRINT.export.html": "Export to Html"
}

View File

@@ -1,3 +1,4 @@
{
"WFRP4SHEETPRINT.export.pdf": "Exporter en PDF"
"WFRP4SHEETPRINT.export.pdf": "Exporter en PDF",
"WFRP4SHEETPRINT.export.html": "Exporter en Html"
}