1

Has anybody made a german version of the GhostDoc template textes?

techraf
  • 64,883
  • 27
  • 193
  • 198
ChaosSpeeder
  • 3,468
  • 5
  • 30
  • 38

1 Answers1

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