File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Todos los cambios notables del proyecto se documentan en este archivo.
66
77_ Sin cambios documentados todavía._
88
9+ ## [ 1.2.1] - 2026-04-08
10+
11+ ### UX / UI
12+ - Nuevo idioma: Francés.
13+
914## [ 1.2.0] - 2026-04-08
1015
1116### Nuevas features
Original file line number Diff line number Diff line change 44[Setup]
55AppId = {{2A0F8C4B-6E0D-4E7B-9E92-9B8D3D34B6F1}}
66AppName = Yagua
7- AppVersion = 1.2 .0
8- AppVerName = Yagua 1.2 .0
7+ AppVersion = 1.2 .1
8+ AppVerName = Yagua 1.2 .1
99AppPublisher = GuilleBouix
1010AppPublisherURL = https://github.com/GuilleBouix
1111AppSupportURL = https://github.com/GuilleBouix
@@ -17,7 +17,7 @@ DefaultDirName={pf}\Yagua
1717DefaultGroupName = Yagua
1818UninstallDisplayIcon = {app} \Yagua.exe
1919OutputDir = installer
20- OutputBaseFilename = Yagua_Setup_1.2.0
20+ OutputBaseFilename = Yagua_Setup_1.2.1
2121Compression = lzma
2222SolidCompression = yes
2323ArchitecturesInstallIn64BitMode = x64
Original file line number Diff line number Diff line change 2626 'Español' : 'Español' ,
2727 'English' : 'English' ,
2828 'Portugues' : 'Portugues' ,
29+ 'Français' : 'Français' ,
2930}
3031
3132# Idioma por defecto cuando no hay configuracion guardada
@@ -130,6 +131,8 @@ def get_translations(lang=None):
130131 from app .translations .en import TRANSLATIONS
131132 elif lang == 'Portugues' :
132133 from app .translations .pt import TRANSLATIONS
134+ elif lang == 'Français' :
135+ from app .translations .fr import TRANSLATIONS
133136 else :
134137 # Fallback a ingles si el idioma no se reconoce
135138 from app .translations .en import TRANSLATIONS
You can’t perform that action at this time.
0 commit comments