From: Alexis O'C. <ale...@co...> - 2005-07-25 11:12:57
|
Peter Crowther wrote: >>From: [...] Alistair Young >>res.generic: >>strings_en.properties: >>system=CLAN >> >>templates: >><localise id="system" /> >> >>change res.generic.strings_en.properties system=Weblearn for Ox etc. >> >>Alistair > > > Thanks - that's a much more specific answer than I could give. Thought > there'd be something in place. > > - Peter > I have to confess that I took my cue from Alistair and put strings of the form 'foo.bar=<!-- Bodington-->Bodington' into i18n resource property files, which I realized was retarded at the time because it makes sense in an un-i18n-ed template for finding rendering of the system name, but not in a resource property file ;-). To my mind it would probably make sense to: * standardize 'system' on something more meaningful like 'institutional.system.name'. * ensure that all templates that require this import the same generic resource file. * ensure that this 1 name-value pair is of the form: institutional.system.name=CLAN (i.e. *no* HTML comment that can end up in the title of non-compliant browsers!). I'm just flagging this up for now. Hey, I might even do this myself, but I'm working on QuickLinks right now. Alexis |