On Mon, 22 Sep 2003, Ivan Leo Murray-Smith wrote: > The translation.sh that Dimi sent is much better (For now), for a start it > works, but it is so slow, something faster (Maybe something that can be > compiled?) would be very nice.
It is slow because it works with CVS to figure things out. If you have a local copy of the cvs tree (maintained through cvsup), it's not that slow. On my lowly 600MZ box, it takes about 15sec to complete, starting from a cold cache: [EMAIL PROTECTED] wine.src]$ time tools/translations_status Legend: '.' -- translation appears to be uptodate 'x' -- translation needs updating '?' -- unknown status (file not under CVS control) ' ' -- translation missing Master language is En Module / Language Ca Cn Cs Da De En Eo Es Fi Fr Hu It Ja Ko Nl No Pl Pt Ru Si Sk Sv Sw Va Wa Xx Zh dlls/avifil32 . . . . . . . dlls/comctl32 . . . . . . . . . dlls/commdlg . . . . . . . . . . . . . . . . . . . . . . . . dlls/msvideo/msrle32 . . . . . . . dlls/serialui . . dlls/setupapi . . dlls/shell32 . . . . . . . . . . . . . . . . . . . . . . . . dlls/user/resources . . . . . . . . . . . . . . . . . . . . . . . dlls/wineps . . . . . . . . . dlls/wininet . . . . . dlls/winmm . . . . . . . . programs/clock . . . . . . . . . . . . . . . programs/cmdlgtst . . . . . . programs/notepad . . . . . . . . . . . . . . . programs/progman x x . . . . . . . . . . . . . . . . programs/view . . . . . . . programs/wcmd . . . . . programs/wineconsole . . . . . . . programs/winemine . . . . . programs/winhelp . . . . . . . . . . . . . . . . . programs/regedit . . . . . . programs/winefile . . . . . . . . programs/start . . . . . programs/winecfg . x x x x programs/wineproc ? real 0m15.042s user 0m4.020s sys 0m6.360s [EMAIL PROTECTED] wine.src]$ -- Dimi.