imadeit / socialtranslate

Automatically exported from code.google.com/p/socialtranslate
0 stars 0 forks source link

Adding the translated version and logo to items that were not translated #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think it might be related to adding different white space after we get a 
translation back.  Can we chomp white space before we diff? 

Original issue reported on code.google.com by swerd...@gmail.com on 8 Jul 2010 at 2:47

GoogleCodeExporter commented 9 years ago
I think this was due to the fact that we were doing detection and translation 
in one step. I've changed this to first do detection, and then only continue 
with translation if the detection was reliable.

If we need to, we can also look at confidence levels.

Revision 12.

Original comment by n...@gmail.com on 9 Jul 2010 at 5:45