Add Dutch translation (#1027)

* Add @mvdkleijn as translator
* Update about.py
This commit is contained in:
Martijn
2022-03-23 19:22:44 +01:00
committed by GitHub
parent 6e3262f78e
commit 99cc3635f7
3 changed files with 4523 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
* Portuguese: Bruno Meneguello (@bkmeneguello)
* Simplified Chinese: Qianzhi Long (@longqzh)
* Latin American Spanish: Tommy Marplatt (@tmarplatt)
* Dutch: Martijn van der Kleijn (@mvdkleijn)
## Libraries
+4521
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -187,6 +187,7 @@ class GuiAbout(QDialog):
("Português", "Bruno Meneguello"),
("简体中文", "Qianzhi Long"),
("Español Latinoamericano", "Tommy Marplatt"),
("Nederlands", "Martijn van der Kleijn"),
])
)