Skip to content

Commit

Permalink
actualización a 2.5 para sistemas de 64 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
metalalchemist committed Sep 22, 2022
1 parent f3a61ab commit 475a971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VeTube.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: <encoding name> -*-
import json,wx,threading,languageHandler,restart,wx.adv,translator
import json,wx,threading,languageHandler,restart,translator
from keyboard_handler.wx_handler import WXKeyboardHandler
from playsound import playsound
from accessible_output2.outputs import auto, sapi5
Expand Down Expand Up @@ -950,7 +950,7 @@ def buscar(self, event):
wx.MessageBox(_("No hay ningún criterio de búsqueda que coincida con el término ingresado."), _("información"), wx.ICON_INFORMATION)
else:
if listasonidos[8]: playsound(rutasonidos[8],False)
lector.speak(f"se encontraron {len(lista[-1])-1} resultados")
leer.speak(_("se encontraron %s resultados") % str(len(lista[-1])-1))
else:
wx.MessageBox(_("No hay nada que buscar porque el campo de texto está vacío, debe escribir algo."), "error.", wx.ICON_ERROR)
self.text_box.SetFocus()
Expand Down
2 changes: 1 addition & 1 deletion updater.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"current_version": "2.2", "description": "agregada la posibilidad de traducir los mensajes de un streaming mejorada la función de buscar una palabra entre los mensajes y se corrige el bug de mensajes repetidos.", "downloads": {"Windows32": "https://github.com/metalalchemist/VeTube/releases/download/v2.1/vetube32v2.1.zip", "Windows64": "https://github.com/metalalchemist/VeTube/releases/download/v2.1/vetube64v2.1.zip"} }
{"current_version": "2.5", "description": "agregada la posibilidad de traducir los mensajes de un streaming, mejorada la función de buscar una palabra entre los mensajes y se corrige el bug de mensajes repetidos.", "downloads": {"Windows32": "https://github.com/metalalchemist/VeTube/releases/download/v2.1/vetube32v2.1.zip", "Windows64": "https://github.com/metalalchemist/VeTube/releases/download/v2.1/vetube64v2.1.zip"} }

0 comments on commit 475a971

Please sign in to comment.