View Single Post
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#21
Originally Posted by nicholes View Post
i have successfully changed the sound but could not understand how change text!! i have grab the file named "hildon-fm.mo" now how and what to edit in that file??(i have installed poeditor also on my pc)what do you mean by


Code:
msgunfmt hildon-fm.mo > hildon-fm.po where is hildon-fm.po file? plz xplane
i think thp means by saying ....


Originally Posted by thp View Post
As an example, use the hildon-fm.mo file (the file manager texts). Now, copy that file from the device to your computer, and use
Code:
msgunfmt hildon-fm.mo > hildon-fm.po
to convert it to a plaintext gettext file. You can then open and edit this using e.g. poedit. After you are done editing, save it, and use
Code:
msgfmt hildon-fm.po -o hildon-fm.mo
to compile the message catalog again. Now, copy the updated catalog to your device in the same folder as the old file (/usr/share/locale/en_US/LC_MESSAGES) and make sure the permissions are correct.
(i think)that files may be changed in linux(i do not know i am noob here)

"msgunfmt" is linux command(after google it looks so)

and hildon-fm.mo must be converted in hildon-fm.po

then poeditore will do the job for changing the text and compile a new .mo file to be replaced

(i may be wrong)