Re: i18n Failing

2020-01-31 Thread Andrew Buck
> > > That fixed it. Thanks. On Friday, January 31, 2020 at 5:11:28 AM UTC-8, Thomas Broyer wrote: > > You'll want to > > > The reason for this set-property is to remove the "default" value from the > available values (the locale property is defined with a single "default" > initial value,

Re: i18n Failing

2020-01-31 Thread foal
Hi, For EN and DE I have the following extend-property - add support for a specific locale, set-property, in the end, sets the "default" locale. Best, Stas On Friday, January 31, 2020 at 10:36:48 AM UTC+1, Andrew Buck wrote: > > I am trying to add a second locale to my GWT app,

Re: i18n Failing

2020-01-31 Thread Thomas Broyer
You'll want to The reason for this set-property is to remove the "default" value from the available values (the locale property is defined with a single "default" initial value, you later extend it to add en and es, so it's now default,en,es, and then you overwrite it with this set-property