Re: gadget i18n questions

2011-11-28 Thread Dan Dumont
did you fix these functions? cfg[osapi.container.ContainerConfig.GET_COUNTRY] = function() {return 'cn';} cfg[osapi.container.ContainerConfig.GET_LANGUAGE] = function() {return 'zh';} You have GET_COUNTRY returning the language, and GET_LANGUAGE returning the country From: Wei CSDL

Re: [VOTE] Release shindig 3.0.0 beta4...

2011-11-28 Thread daviesd
+1 (if I'm allowed to vote) The build worked for my needs. Not sure how Ryan's issue ( embedded experiences and actions ) exhibits itself, but I didn't see any issues. doug On 11/22/11 5:44 PM, Paul Lindner lind...@inuus.com wrote: beta4 is now available here:

Re: PMC membership for committers

2011-11-28 Thread Stanton Sievers
Me too please. :) From: Paul Lindner lind...@inuus.com To: dev@shindig.apache.org, Date: 11/15/2011 11:07 Subject:PMC membership for committers We have a policy of adding committers to the Shindig PMC -- however I've been remiss in my duties in doing this. The current

Re: Review Request: Update container config values, comments. Make things easier to configure for locked domains.

2011-11-28 Thread Stanton Sievers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2950/#review3540 --- Ship it! LGTM - Stanton On 2011-11-28 20:27:24, Dan Dumont wrote:

Re: Review Request: Update container config values, comments. Make things easier to configure for locked domains.

2011-11-28 Thread Ryan Baxter
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2950/#review3541 --- Ship it! LGTM - Ryan On 2011-11-28 20:27:24, Dan Dumont wrote:

Re: Review Request: Update container config values, comments. Make things easier to configure for locked domains.

2011-11-28 Thread Henry Saputra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2950/#review3542 --- Ship it! +1 - Henry On 2011-11-28 20:27:24, Dan Dumont wrote:

Re: Review Request: Update container config values, comments. Make things easier to configure for locked domains.

2011-11-28 Thread Jesse Ciancetta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2950/#review3543 --- http://svn.apache.org/repos/asf/shindig/trunk/config/container.js

Re: gadget i18n questions

2011-11-28 Thread Wei CSDL Shi
I verified the language setting, cn is the county, zh is the language, for example, zh-cn, zh-tw. I also tried a few other languages, such as en-us, pt-br..., but still can't make it work. So I think it might be some other pieces not functional. Any other thoughts? Thanks Best Regards Marshall