poedit icon indicating copy to clipboard operation
poedit copied to clipboard

Show reference translation alongside source text

Open jeblad opened this issue 2 years ago • 7 comments

It could be nice to be able to use one or more reference translations as a baseline for further translation work.

For example while making a translation for Norwegian Nynorsk (nn) the Norwegian Bokmål (nb) translation could work as a reference translation. Those two forms (variants) of Norwegian is so close that it is way faster to fix strings from the other form than writing the string from scratch.

(Norwegian (no) is the macro code, but often abused for the Norwegian Bokmål (nb) variant, to much grief for people using the Norwegian Nynorsk (nn) variant.)

Given the present GUI of poedit, I guess would add such reference translations in the right column under "Proposals", but mark them with the original language and variant code.

When pasting proposals in other languages it would be nice to have them machine translated. In particular it would be nice to use Apertium (a shallow rule-based translation engine) for closely related languages. There are already a translate extension for Gedit, perhaps that can be modded for use in poedit.

jeblad avatar Apr 30 '22 10:04 jeblad

Mostly-duplicate of #449, #688.

The suggestion to put this sort of reference in sidebar is an interesting one, thanks.

vslavik avatar Apr 30 '22 11:04 vslavik

Yeah, I looked at those two, but found the proposals limited and a bit off.

jeblad avatar Apr 30 '22 11:04 jeblad

The idea of loading a reference language is amazing but I think that an additional left sub pane would lead to a more effective workflow when translating (compared to the sidebar alternative). Thought shown in red below.

I think this would be a killer feature currently not offered by any of the alternatives and IMO a feature that is well worth unlocking with the paid version only.

Unfortunately I am not versed in C++ so cannot contribute myself but I would consider paying a bounty to get this feature in. Open to all suggestions to make this happen.

image

bravo-kernel avatar Feb 16 '23 15:02 bravo-kernel

The idea of loading a reference language is amazing but I think that an additional left sub pane would lead to a more effective workflow when translating (compared to the sidebar alternative). Thought shown in red below.

@bravo-kernel For the use case you show, where the source text is just symbolic ID and not proper text, both are just stop-gap measues (and the real good solution being to just have "Source text" replaced with the reference and show the ID as secondary information).

But the UI you propose is indeed better for the use case that @jeblad describes, i.e. when you need a similar language for reference. I like that.

(except poeditor .com)

Let's not link that name-squatter here...

vslavik avatar Feb 28 '23 08:02 vslavik

Thanks for responding and considering 👍

ps: you are correct, I have since dropped using IDs and have switched to natural language. Much better workflow.

bravo-kernel avatar Feb 28 '23 08:02 bravo-kernel

(and the real good solution being to just have "Source text" replaced with the reference and show the ID as secondary information)

This is something Poedit 3.4 implements now: https://poedit.net/news/poedit-3.3-json/

vslavik avatar Dec 08 '23 18:12 vslavik

@vslavik awesome, much appreciated ❤

bravo-kernel avatar Dec 09 '23 07:12 bravo-kernel