angular-gettext icon indicating copy to clipboard operation
angular-gettext copied to clipboard

get back english text for the translated string?

Open NVK15 opened this issue 10 years ago • 1 comments
trafficstars

Hi,

How can i get back the english text from the translated strings? Is there a gettext function for it?

NVK15 avatar Jul 13 '15 08:07 NVK15

Nope, there isn't, not if you have scope variables in there.

If you have a string without any variables, you might be able to do a reverse-lookup through the strings dictionary in the catalog. But it's a guess at best.

rubenv avatar Jul 13 '15 08:07 rubenv