Re: Finding unused hdf data
Culley Harrelson <[email protected]> Mon, 13 Apr 2009 17:12:17 -0700
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <20090414001217.GF13704@bridge> |
No I rely completely on the hdf datasets. Different hdf datasets are loaded for different languages. I can't remember why I didn't use the trans.py script but I probably had some problem... culley On Mon, 13 Apr 2009, Nikolai Kondrashov wrote: > Culley Harrelson wrote: > > My efforts are mostly to make translation more efficient. So, say I had a > > hdf file with this item: > > > > Strings.hello [Lang] = hello world! > > > > Once upon a time this was used by a cs file but the page was redesigned and > > it is no longer used anywhere. I want to get these old items out of the > > system so people aren't translating them. > Have you tried using GNU gettext for i18n? It really simplifies the task. > We are using it both for translating datasets and templates, not to say about the sources. > > It also has better translator tools available. > > Sincerely, > Nick