Add some translations and add ignored translations (#1501)

* Create ignore_translation.toml

Added ignored translations

* Update messages_nl_NL.properties

Changed a few translations to be better

* Update ignore_translation.toml

Deleted wrong ignore
This commit is contained in:
Alex
2024-06-26 00:16:09 +02:00
committed by GitHub
parent 9e84836cfe
commit c363a1c4e0
2 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
[nl_NL]
ignore = [
"language.direction",
"error",
"help",
"sponsor",
"info",
"navbar.allTools",
"showJS.downloadJS",
"getPdfInfo.downloadJson",
"HTMLToPDF.print",
"compare.document.1",
"compare.document.2",
"printFile.submit"
]