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.2] - 2026-04-08
10+
11+ ### UX / UI
12+ - Nuevo idioma: Alemán.
13+
914## [ 1.2.1] - 2026-04-08
1015
1116### UX / UI
Original file line number Diff line number Diff line change 44[Setup]
55AppId = {{2A0F8C4B-6E0D-4E7B-9E92-9B8D3D34B6F1}}
66AppName = Yagua
7- AppVersion = 1.2 .1
8- AppVerName = Yagua 1.2 .1
7+ AppVersion = 1.2 .2
8+ AppVerName = Yagua 1.2 .2
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.1
20+ OutputBaseFilename = Yagua_Setup_1.2.2
2121Compression = lzma
2222SolidCompression = yes
2323ArchitecturesInstallIn64BitMode = x64
Original file line number Diff line number Diff line change 2727 'English' : 'English' ,
2828 'Portugues' : 'Portugues' ,
2929 'Français' : 'Français' ,
30+ 'Deutsch' : 'Deutsch' ,
3031}
3132
3233# Idioma por defecto cuando no hay configuracion guardada
@@ -133,6 +134,8 @@ def get_translations(lang=None):
133134 from app .translations .pt import TRANSLATIONS
134135 elif lang == 'Français' :
135136 from app .translations .fr import TRANSLATIONS
137+ elif lang == 'Deutsch' :
138+ from app .translations .de import TRANSLATIONS
136139 else :
137140 # Fallback a ingles si el idioma no se reconoce
138141 from app .translations .en import TRANSLATIONS
You can’t perform that action at this time.
0 commit comments