Added translator to the list
This commit is contained in:
parent
f407a05e56
commit
e1838d55c6
@ -4,9 +4,9 @@ version = "0.2"
|
|||||||
author = "Manuel Cortéz"
|
author = "Manuel Cortéz"
|
||||||
authorEmail = "manuel@manuelcortez.net"
|
authorEmail = "manuel@manuelcortez.net"
|
||||||
copyright = "Copyright (C) 2018, Manuel Cortez"
|
copyright = "Copyright (C) 2018, Manuel Cortez"
|
||||||
description = name+" Is an application that will allow you to download music from popular sites such as youtube, zaycev.net."
|
description = name+_(" Is an application that will allow you to download music from popular sites such as youtube, zaycev.net.")
|
||||||
url = "https://manuelcortez.net/music_dl"
|
url = "https://manuelcortez.net/music_dl"
|
||||||
update_url = "https://manuelcortez.net/music_dl/update"
|
update_url = "https://manuelcortez.net/music_dl/update"
|
||||||
# The short name will be used for detecting translation files. See languageHandler for more details.
|
# The short name will be used for detecting translation files. See languageHandler for more details.
|
||||||
short_name = "musicdl"
|
short_name = "musicdl"
|
||||||
translators = []
|
translators = [_("Manuel Cortez (Spanish)"), ]
|
@ -82,7 +82,7 @@ class mainWindow(wx.Frame):
|
|||||||
info.SetDescription(application.description)
|
info.SetDescription(application.description)
|
||||||
info.SetCopyright(application.copyright)
|
info.SetCopyright(application.copyright)
|
||||||
info.SetWebSite(application.url)
|
info.SetWebSite(application.url)
|
||||||
# info.SetTranslators(application.translators)
|
info.SetTranslators(application.translators)
|
||||||
# info.SetLicence(application.licence)
|
# info.SetLicence(application.licence)
|
||||||
info.AddDeveloper(application.author)
|
info.AddDeveloper(application.author)
|
||||||
wx.adv.AboutBox(info)
|
wx.adv.AboutBox(info)
|
||||||
|
Loading…
Reference in New Issue
Block a user