mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update AboutDialog.gd
This commit is contained in:
parent
56179fd567
commit
0020029871
|
@ -55,6 +55,7 @@ const TRANSLATORS_DICTIONARY := {
|
|||
"Art Leeman (artleeman)": ["Spanish"],
|
||||
"DevCentu": ["Spanish"],
|
||||
"Seifer23": ["Catalan"],
|
||||
"Joel García Cascalló (jocsencat) ": ["Catalan"],
|
||||
"Agnis Aldiņš (NeZvers)": ["Latvian"],
|
||||
"Edgars Korns (Eddy11)": ["Latvian"],
|
||||
"Teashrock": ["Esperanto"],
|
||||
|
@ -257,6 +258,11 @@ func create_contributors() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Silent Orb (silentorb)")
|
||||
contributors.create_item(contributor_root).set_text(0, " JumpJetAvocado")
|
||||
contributors.create_item(contributor_root).set_text(0, " ArthyChaux")
|
||||
contributors.create_item(contributor_root).set_text(0, " AlphinAlbukhari")
|
||||
contributors.create_item(contributor_root).set_text(
|
||||
0, " Matteo Piovanelli (MatteoPiovanelli-Laser)"
|
||||
)
|
||||
contributors.create_item(contributor_root).set_text(0, " Haoyu Qiu (timothyqiu)")
|
||||
|
||||
|
||||
func create_translators() -> void:
|
||||
|
|
Loading…
Reference in a new issue