Jed icon indicating copy to clipboard operation
Jed copied to clipboard

Translations extraction

Open pronebird opened this issue 7 years ago • 1 comments

Hi,

How does one generate .pot from the source code using Jed? I assume that gettext won't be able to parse the calls to Jed since the syntax is too complex. If that's so, what are the alternatives?

Cheers, Andrej

pronebird avatar Feb 15 '19 10:02 pronebird

You probably already have a solution but putting this out there for others looking for an answer.

We use ruby, so we're using a rails tool: https://github.com/webhippie/gettext_i18n_rails_js

But other languages probably have an implementation that is more suitable for the language.

kbrock avatar Mar 15 '22 13:03 kbrock