Prefill complex message skeleton in source view
This issue was created automatically by a script.
Bug 1437859
Bug Reporter: @mathjazz CC: @flodolo, @zbraniecki
Source view for untranslated strings only contains the ID with the equal sign. If the original string is complex (contains attributes or variants), we could prefill it.
For example, now I get:
delete-all-message =
Instead, we could do something like this:
delete-all-message = { $num -> [one] *[other] }
Comment Author: @flodolo
Possible alternative: allow to show the en-US source (e.g. a Show Raw Source to toggle the source view, displaying the actual FTL instead of nice UI) to allow copy and paste?
Comment Author: @mathjazz
Note that this bug has effectively been fixed in Translate.Next when you manually switch to the source editor.
We still need to prefill the source editor when it's shown automatically (because translation is not supported in the rich editor).