tomek-o / tSIP

SIP softphone
https://tomeko.net/software/SIPclient/
153 stars 34 forks source link

Updated Spanish translation: contacts, history, contact editor #26

Closed lulol closed 3 years ago

lulol commented 3 years ago

Didn't realize that you had to write explicit translation code for each new caption.

This translation is missing the tooltip captions in the History entries, but now almost all the rest of the UI looks good and translated. Thank you!

tomek-o commented 3 years ago

Thank you!

In the past, with miniscope project I was using dxgettext. It was quite convenient as translating all static GUI elements was "automatic", although I've also received Access Violation report, probably from inside of

`

procedure THook.Disable; begin Assert (PatchPosition<>nil,'Patch position in THook was nil when Disable was called'); PatchPosition[0]:=Original[0]; PatchPosition[1]:=Original[1]; PatchPosition[2]:=Original[2]; PatchPosition[3]:=Original[3]; PatchPosition[4]:=Original[4]; end; `

and I lost my trust in it. There is just a lot under the hood with this tool and the number of people using it along with my particular compiler/IDE version is probably very low. There is probably no supported alternative translation tool for this IDE version (and it is 15 years old and long forgotten), so translating everything manually seems like only option.