mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Update AboutDialog.gd
This commit is contained in:
parent
c5e2e1ce4c
commit
273f7f2569
|
@ -22,6 +22,7 @@ const TRANSLATORS_DICTIONARY := {
|
||||||
"Serhiy Dmytryshyn (dies)": ["Polish"],
|
"Serhiy Dmytryshyn (dies)": ["Polish"],
|
||||||
"Igor Santarek (jegor377)": ["Polish"],
|
"Igor Santarek (jegor377)": ["Polish"],
|
||||||
"RainbowP": ["Polish"],
|
"RainbowP": ["Polish"],
|
||||||
|
"Michał (molters.tv)": ["Polish"],
|
||||||
"Michael Alexsander (YeldhamDev)": ["Brazilian Portuguese"],
|
"Michael Alexsander (YeldhamDev)": ["Brazilian Portuguese"],
|
||||||
"Cedulio Cezar (ceduliocezar)": ["Brazilian Portuguese"],
|
"Cedulio Cezar (ceduliocezar)": ["Brazilian Portuguese"],
|
||||||
"Alexandre Oliveira (rockytvbr)": ["Brazilian Portuguese"],
|
"Alexandre Oliveira (rockytvbr)": ["Brazilian Portuguese"],
|
||||||
|
@ -263,6 +264,7 @@ func create_contributors() -> void:
|
||||||
0, " Matteo Piovanelli (MatteoPiovanelli-Laser)"
|
0, " Matteo Piovanelli (MatteoPiovanelli-Laser)"
|
||||||
)
|
)
|
||||||
contributors.create_item(contributor_root).set_text(0, " Haoyu Qiu (timothyqiu)")
|
contributors.create_item(contributor_root).set_text(0, " Haoyu Qiu (timothyqiu)")
|
||||||
|
contributors.create_item(contributor_root).set_text(0, " GrantMoyer")
|
||||||
|
|
||||||
|
|
||||||
func create_translators() -> void:
|
func create_translators() -> void:
|
||||||
|
|
Loading…
Reference in a new issue