ubermix Forums

Technical => Development and Scripting => Topic started by: Juan Pucheu on May 07, 2013, 01:30:19 PM

Title: Restore OS menu - translations
Post by: Juan Pucheu on May 07, 2013, 01:30:19 PM
Hi Jim, could i apply your translation patch to 1.81 image to get the "restore os" menu in spanish ?
Thank's
Juan
Title: Re: Restore OS menu - translations
Post by: jnetman1 on May 07, 2013, 07:42:43 PM
All the Spanish language prompts are still in there. All you need to do is boot in generic mode (steps 1-6 under "Rebuilding the Base Image" on http://ubermix.org/customization.html (http://ubermix.org/customization.html)) and then

sudo gedit /boot/grub/grub.cfg

Once open, scroll to the bottom and locate "Normal Boot", then translate it to Spanish, along with "Perform Disk Scan" and "Restore Factory Settings". Finally, at the end of each line that begins with "linux" add

lang=es

Reboot, and all the prompts should be in Spanish.
Title: Re: Restore OS menu - translations
Post by: Juan Pucheu on May 08, 2013, 01:00:26 PM
Works like a charm! Thanks !