Has anybody made a german version of the GhostDoc template textes?
Asked
Active
Viewed 1,122 times
1 Answers
0
As far as I am aware, GhostDoc bases its processing on a hard-coded set of parsing rules based on programmer-English conventions. I've written an alternative add-in (AtomineerUtils) which uses an Xml-based rules file that is language independent, so it would be very easy to convert the rules for use in a different language.
For more details, see http://www.atomineerutils.com/

Jason Williams
- 56,972
- 11
- 108
- 137
-
The only "English-specific" thing that is currently hard-coded is the "Plural" command. If the language rules aren't too complex then I'm happy to try to add support for automated pluralisation for other languages too. – Jason Williams May 01 '09 at 18:57