Ticket #8 (accepted defect)

Opened 3 years ago

Last modified 16 months ago

Add combining interface

Reported by: ofer Owned by: ofer
Priority: major Milestone: 1.0 - Feature Complete
Component: WordPress Plugin Version:
Keywords: Cc: amir@…

Description

Allow the translation interface to translate a couple of segments at once, maybe by adding (add next segment) to translation interface.

I assume this will correct 99% of our parser badness.

The database can still contain the original segment with an order to get larger match.

example:
שלום, עולם.
שלום -> GN (get next marker)
שלום, עולם -> Hello, world.

Change History

comment:1 Changed 3 years ago by ofer

  • Owner changed from somebody to Amir
  • Component changed from component1 to WordPress Plugin

comment:2 Changed 3 years ago by ofer

  • Cc amir@… added
  • Status changed from new to assigned
  • Milestone set to Beta wordpress plugin (0.5)

comment:3 Changed 3 years ago by mail@…

+1 to this. Many times the editor will separate sentences arbitrarily (say because there's a quote in the middle) which does not allow someone to translate the whole sentence correctly.

comment:4 Changed 2 years ago by datapharmer

I was looking at this and a few related tickets and thought that perhaps a second pass could be done on individual words that aren't translated.

I found that google sometimes won't translate a phrase but will translate almost every word in the phrase individually, so it may be possible to do some sort of diff check and if the same word occurs in the translated version, run it through again. Not sure if this is the best approach to solving some of the untranslated issues, but thought I would throw the idea out there.

comment:5 Changed 2 years ago by ofer

  • Status changed from assigned to accepted
  • Owner changed from Amir to ofer

Thanks, Idea appreciated, will see how to implement when I come to implementation (Could also use next translation engine before breaking to words)

comment:6 Changed 16 months ago by ofer

  • Milestone changed from Beta wordpress plugin (0.5) to Feature Complete (1.0)
Note: See TracTickets for help on using tickets.