Re: Finding unused hdf data
Nikolai Kondrashov <[email protected]> Mon, 13 Apr 2009 21:30:12 +0400
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <[email protected]> |
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