tallbl0nde / NX-Activity-Log

Homebrew application for the Nintendo Switch which displays play activity with more accuracy
MIT License
403 stars 26 forks source link

Add Spanish translation #38

Closed ivanmarban closed 4 years ago

ivanmarban commented 4 years ago

Great application, keep going!

ivanmarban commented 4 years ago

Testing the application I found a "font glitch" on the "Ú" character that seems to be related with SDL_ttf I guess. It's not correctly align to the bottom regarding the other letters.

imagen

tallbl0nde commented 4 years ago

Thanks, especially for also handling the code :)

Without looking at my code or SDL_TTF I'd say the issue is the character takes up the whole 'height' available, as opposed to the other characters which have a gap above/below them. I'll have a look at it and fix it if possible!