Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add save all button on the translation page #261

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments
Open

Add save all button on the translation page #261

GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

The current (2.0) way translation works on narro seems tiresome.

When 'refresh after saving' checkbox is unchecked, one needs to click 'save' on 
*every* translated text in order not to lose translation.  If one wants to 
translate a batch of texts and then press save, that won't work: you will lose 
your translated texts.

On the other hand, if 'refresh after saving' is checked, the refresh messes up 
the focus on the text input box, and you have to mouse into the text entry box 
for the next translation, which is unnecessary and a distraction.

In both cases, thus, translation is disrupted by seemingly unneeded procedural 
clicks and focus hunting, thus lowering the speed at which a translator can 
work.

Original issue reported on code.google.com by fil...@gmail.com on 5 Dec 2011 at 1:36

@GoogleCodeExporter
Copy link
Collaborator Author

You can try activating the autosave feature if you're good at typing. This 
means that the translation will be saved as soon as you click in the next 
textbox. 

I use it like that, and used to have it as default, but most users asked for 
the save button.

I type the translation, press tab to move to the next translation, and the 
previous translation is saved automatically in background.

Refresh after saving is something to be used only on the review step.

So now there are two options, can you think of another one ?

Original comment by alex...@gmail.com on 5 Dec 2011 at 9:32

@GoogleCodeExporter
Copy link
Collaborator Author

Option (3) would be to save *every* filled text box text when I hit any save 
button on the page.

The problem I have with saving is that it lasts a long time, and interrupts 
work.  If I have to press "Save" every time, and then refocus with mouse, I am 
interrupting work waaay too much.

On the otherhand, the 'autosave' option in Narro is too erratic to be useful. 
More often than not, the auto-save interrupts me in mid-typing and it saves a 
partial translation that I then have to mouse back into, and correct.  I would 
simply remove the autosave, because for practical purposes it does not work. 
(That is, it doesn't work robustly, but for high-volume translation that's 
exactly the same.)

The current work pattern is:
<translate>
<save>
<wait>
<translate>
<save>
<wait>
<translate>
<save>
<wait>

If you allowed multi-save, it would be something like:

<translate>
<translate>
<translate>
<save>
<wait>
<translate>
<translate>
<translate>
<save>
<wait>
...

which should be way faster than the old way.

Original comment by fil...@gmail.com on 5 Dec 2011 at 9:49

@GoogleCodeExporter
Copy link
Collaborator Author

With the save button, I'd do it like this:

translate
press tab to focus on save, press enter
press tab to move to the next text
translate

You don't have to wait, saving is done in background.

Multi saving is costly (you have to wait), but I could have the button there, 
top and bottom as it was in the past.

Also, there are several checks done, so you might need to fix a few or ignore 
the warnings on pressing save all.

Original comment by alex...@gmail.com on 5 Dec 2011 at 10:05

  • Changed title: Add save all button on the translation page
  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant