Added translator to the list

This commit is contained in:
Manuel Cortez 2018-02-28 13:51:10 -06:00
parent f407a05e56
commit e1838d55c6
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ version = "0.2"
author = "Manuel Cortéz"
authorEmail = "manuel@manuelcortez.net"
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"
update_url = "https://manuelcortez.net/music_dl/update"
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "musicdl"
translators = []
translators = [_("Manuel Cortez (Spanish)"), ]

View File

@ -82,7 +82,7 @@ class mainWindow(wx.Frame):
info.SetDescription(application.description)
info.SetCopyright(application.copyright)
info.SetWebSite(application.url)
# info.SetTranslators(application.translators)
info.SetTranslators(application.translators)
# info.SetLicence(application.licence)
info.AddDeveloper(application.author)
wx.adv.AboutBox(info)