1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00

Update AboutDialog.gd

This commit is contained in:
Emmanouil Papadeas 2022-07-30 22:11:29 +03:00
parent c5e2e1ce4c
commit 273f7f2569

View file

@ -22,6 +22,7 @@ const TRANSLATORS_DICTIONARY := {
"Serhiy Dmytryshyn (dies)": ["Polish"],
"Igor Santarek (jegor377)": ["Polish"],
"RainbowP": ["Polish"],
"Michał (molters.tv)": ["Polish"],
"Michael Alexsander (YeldhamDev)": ["Brazilian Portuguese"],
"Cedulio Cezar (ceduliocezar)": ["Brazilian Portuguese"],
"Alexandre Oliveira (rockytvbr)": ["Brazilian Portuguese"],
@ -263,6 +264,7 @@ func create_contributors() -> void:
0, " Matteo Piovanelli (MatteoPiovanelli-Laser)"
)
contributors.create_item(contributor_root).set_text(0, " Haoyu Qiu (timothyqiu)")
contributors.create_item(contributor_root).set_text(0, " GrantMoyer")
func create_translators() -> void: