All the strings in *.script files are treated as strings of _T type. So the gettext tools can't get these strings. I have tried to change "_T" into "_" in order that the gettext tools can get the strings. However, the script parser can't parse the "_" strings. It's so hard for me to fix the script parser.
Of course, I can directly translate these strings in scripts and use them in CB. But this is good just for some special occasions.
Is there another choice? Thanks for any help!