Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Dark-Jake Dark-Jake released this 27 Feb 23:42
· 4 commits to main since this release

Full Changelog: v1.0.0...v2.0.0
Added functionality to select the language of origin in translation

The ability to select the language of origin for translation from English to Spanish or from Spanish to English was added. This was achieved through a popup window that presents two buttons: "Español" and "Inglés". Additionally, the necessary logic was implemented to perform the translation according to the language of origin selected by the user.

Minor corrections were made to the names of weapons in the 'palabras_a_reemplazar.json' dictionary to ensure accurate translation.

In addition, the following modifications were made:

  • The 'simpledialog' module was imported from 'tkinter' for use in the file selection process.
  • The 'obtener_archivos' function was removed and its functionality was incorporated directly into the 'reemplazar_palabras_tc' function.
  • The logic in the 'reemplazar_palabras' function was adjusted to handle translation according to the language of origin selected by the user.
  • An information message was added that shows the destination language after the user selects the language of origin.