On 8/14/07, Jason Etheridge <[EMAIL PROTECTED]> wrote: > > http://developer.mozilla.org/en/docs/XUL_Tutorial:Property_Files > > clearly shows upper-case $S being used, and that's what I've used in > > previous commits (and testing with the built-in chrome > > stringbundleset/stringbundle interface showed that it worked). Are you > > sure you want to use lower-case here? > > Hrm, you're right. I just did that because the sprintf implementation > we were using didn't work with %S, thinking it was the same standard. > Maybe we should make it case-insensitive in this case? Should we > disallow extra sprintf-isms and just support the Mozilla syntax? >
We're going to be using messagecatalog for this, right? If so, let's please use sprintf syntax (this, again, is why I didn't want the string "stringbundle" involved in our messagecatalog stuff)... > > "My idea of a vacation != other people's idea of a vacation", > > :D > > -- Jason > http://esilibrary.com/ > -- Mike Rylander Equinox Software, Inc [EMAIL PROTECTED] http://esilibrary.com/
