Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] i18n Message key generation



On Sun, Feb 5, 2017 at 3:31 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:


On Sun, Feb 5, 2017 at 3:12 PM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
In the wizard shown in picture 3 you can click the key e.g. "Test_0" and type a name e.g. "foobar"
this text will be appended to the common prefix and yield the readable key "Test_foobar"


Thanks. I did not realize that "Test_" was preserved. This is nice. It seems like a small but useful change to generate "foobar" automatically.

yes, if a reasonable key name would be generated this would help
 
I deduce from your answer that EGit is using the JDT tooling to extract the keys (and then uses Babel for the translation.)

yes, though I didn't look for translations in Babel for a long time

Back to the top