View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#11
Originally Posted by nicholes View Post
if i break something (lost some .po or mo files) do i have to flash n900 or just restoring the device can bring it back?(from backup)
If you know which package the file belongs, you can just "apt-get install --reinstall <packagename>" the package, and it should restore the translation files (I think). It won't hurt to use the following command to create a backup of the files, though:
Code:
tar czvf /home/user/MyDocs/locale-backup.tar.gz /usr/share/locale
Of course, if you accidentally break something else, you might have to reflash, so backing up everything is always a good idea! If .mo files are missing, your applications will still work, they will just have very weird texts in them.