On Sun, 26 Jan 2014, Antonis Tsolomitis wrote:
Hi Jon,
Wow, missed this one some time ago...
I continue to translate the several files to Greek. I have finished the types .dt files. But after translating them and looking for what else to translate I noticed that there are these .tmsg files that all of them point to _common.dt.tmsg which looks as it contains all the .dt files in one file with comments.
If you build one of these dirs, it should be clear whats happening (I'll do this in C/types, concentrating on dtbuilder): $ make clean ## Output (just the dtbuilder part) rm -f dtbuilder.dt$ make includes ## Output
rm -f dtbuilder.dt.tmsg ln -s _common.dt.tmsg dtbuilder.dt.tmsg $ make depend ## Output make: Nothing to be done for `depend'. $ make ## Output Extracting NLS messages for: dtbuilder.dt ../../../../programs/localized/util/merge -lang C dtbuilder.dt.tmsg < dtbuilder.dt.nls >\ dtbuilder.dt || rm -f dtbuilder.dt
What should be done now? Do we need everything in one file (_common.dt.tmsg) or it is OK to submit all the .dt files.
Well, if you followed the builds that other locales do, then it's the _common.dt.tmsg that will need to be translated in this dir. From this, the .dt files will be generated.
The .dt files work fine. If I copy them to /usr/dt/appconfig/types/el_GR.UTF-8/ the desktop loads with all items in Application Manager translated to Unicode Greek.
Yes, as you essentially created the finished product :) One the plus side, being in one file should make it easier. -- Jon Trulson "It is a truism that almost any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so." —Robert A. Heinlein, science-fiction author (1907-1988)
------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel