hltdi / guampa

the collaborative translation website
GNU General Public License v3.0
3 stars 7 forks source link

translations should be on the same line as their source-language sentence, regardless of length #14

Closed alexrudnick closed 11 years ago

alexrudnick commented 11 years ago

Sentences might be long -- in the current layout, we get a column of sentences and then another column of translations, and they might not correspond.

Also, this should work in the layout even if the window is pretty narrow.

alexrudnick commented 11 years ago

A way to do this easily might be to have the server send down a list of (source,translation) pairs and then have the client iterate over that list. Create each new row one at a time.