----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12115/ -----------------------------------------------------------
Review request for wave, Ali Lown, Michael MacFadden, and Yuri Zelikov. Repository: wave-git Description ------- Currently the Webclient selects the first locale of the drop-down select list (before was English but not is German). This patch set English as default locale so Webclient select it in the drop box. Bug introduced by: https://reviews.apache.org/r/11948/ Diffs ----- src/org/waveprotocol/box/webclient/WebClientProd.gwt.xml 343cebf Diff: https://reviews.apache.org/r/12115/diff/ Testing ------- Accessing to: http://localhost:9898 should select English in the topbar drop-down list. and tested that with http://localhost:9898?locale=otherlanguages is correctly selected in the drop-down list. Thanks, Vicente J. Ruiz Jurado