Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wb-dev] Patch for i18n

We filed

https://bugs.eclipse.org/bugs/show_bug.cgi?id=502397

On Sat, Sep 17, 2016 at 1:07 PM, Eric Clayberg <clayberg@xxxxxxxxxx> wrote:
Sounds great to me!

On Sep 17, 2016 3:31 AM, "Lars Vogel" <lars.vogel@xxxxxxxxxxx> wrote:

Sure Wim, beam the Gerrit up. :-)


Am 16.09.2016 9:54 nachm. schrieb "Wim Jongman" <wim.jongman@xxxxxxxxx>:
Hi,

We have changed WB to generate meaningful key names in the NLS module. So suppose the code is:

Label label1 = new Label(compostie,SWT.NONE);
label1.setText("Signon");

after NLS instead of:

label1.setText(getstring("label1"));

we generate (controlled by preferences)

label1.setText(getString("Signon"));

There is a lot more to it then this but the example explains the core idea.

Please let me know if you would consider accepting this patch. If so we will create the needed administration.

Cheers,

Wim


_______________________________________________
wb-dev mailing list
wb-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wb-dev

_______________________________________________
wb-dev mailing list
wb-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wb-dev

_______________________________________________
wb-dev mailing list
wb-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wb-dev


Back to the top