From: Alistair Y. <ali...@sm...> - 2005-07-13 12:57:44
|
> All the properties files have the same name, which makes editing a > collection of them confusing. not sure if I agree. Each properties file is distinguished by it's locale (language) and directory (template it's for) The properties files have to be in the classpath so there would have to be a lot of build.xml work if you want to keep them with the templates. I presume you mean the templates and not the template classes? I'd just say leave them where they are. It's neater and easy to find the strings for a template as the structure exactly mirrors the template dirs structure. What about the generic strings? Why have a res folder and also loads of properties scattered throughout style_* (not just default) folders? The plan was also to have entities (such as "Bodington") in the res folder too. Alistair On 13 Jul 2005, at 13:15, Colin Tatham wrote: > > Alistair Young wrote: > > >> res/templates/style_default/default >> -- each template has it's own directory under default, within >> which, it's >> strings file resides. >> > > We had a discussion here, I'll try to summarise. > > (The ideas only came up when we started doing some work on the > localisation.) > > - All the properties files have the same name, which makes editing > a collection of them confusing. > - Having additional folders within the folders makes it slightly > more difficult to match templates to properties files. > > Would there be any problems if we: > - name properties files with the same name as the template they > refer to. > - have the properties files in the same folder as the templates. > They would appear in a listing along with the template, and any > other properties files that relate to that template. > > Admittedly that means the style_default/default folder could have > loads of files in it, but that's OK innit? > > Colin > > > ____________________________________ > Colin Tatham > VLE Team > Oxford University Computing Services > > http://www.oucs.ox.ac.uk/ltg/vle/ > http://bodington.org > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in > dual > core and dual graphics technology at this free one hour event > hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/ > go/dualwebinar > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |