![]() |
2011-02-09
, 12:16
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#22
|
You can do this already. You have to do a custom "translation" of the UIs in question. If you want to do it the quick'n'dirty way, grab the .mo files for the app you want to edit from(where en_US is replaced with the locale you have set up - for me, it's English (United States), it might be different for you). As an example, use the hildon-fm.mo file (the file manager texts). Now, copy that file from the device to your computer, and useCode:/usr/share/locale/en_US/LC_MESSAGESto 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 useCode:msgunfmt hildon-fm.mo > hildon-fm.poto 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.Code:msgfmt hildon-fm.po -o hildon-fm.mo
You might need root permissions for replacing the files on the device. Be careful!
Sounds are replaced by simply replacing the sound files inorCode:/usr/share/soundsHave fun, but if you break something, you got to keep the piecesCode:/usr/share/sounds/maemo/stereo
Update: It seems like the "gettext" package is even available in Extras. With an "apt-get install gettext", you can have msgfmt and msgunfmt directly on your N900, and do everything from the X Terminal.
msgunfmt hildon-fm.mo > hildon-fm.po
![]() |
2011-02-09
, 21:53
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#23
|
![]() |
2011-06-23
, 08:13
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#24
|
![]() |
2011-06-23
, 11:41
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#25
|
Hi All,
No easy-to-do method has been released for this good idea yet???
![]() |
2011-09-09
, 12:42
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#26
|
![]() |
2012-02-09
, 14:02
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#27
|
![]() |
2012-02-10
, 12:33
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#28
|
"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)