OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: wjping119 on January 19, 2006, 01:59:49 am
-
now i have made the gtk apps and the phython system setting apps which I often use can display chinese (the menu),but I also found some qt apps such as the package manage,pppsettings,justreader still can't, so I want to tranlate them,but I can't find any "po" or "pot" file in their souce code,I have no idea whether they have i18n support.
-
My impression is that the .pot or .po locale stuff belong to the GTK apps, but for QT apps and others (e.g. those written in Python) seem not to have these locale files or have different specifications in the codes. I may be very wrong here (coz I still consider myself a dummy! ) so please correct me.
[Edited: Suddenly recall that the locales in QT apps seem to be the .qm files ... ]
-
I know the qm file ,it is equal to the mo file in the compiled package,it can compile the po file in the souce code packages.
but how I can translate these packages I mentioned above? it have nothing language files.
-
I'm afraid you'll have to edit the source
and replace the strings there (or add internationalization yourself)...
-
I have to translate the source codes
but,how can I compile for zaurus?
it's so simple ,I don't know how to recompile it