Hi, I'm currently writing a library, and I'd like to translate its documentation into Chinese. Is there a structured method for writing documentation in multiple languages, or do I just need to write it in multiple languages within the same Nimdoc comments?
Alternatively, I suppose I could create the equivalent of a header file with the nimdocs for the other languages, but that doesn't sound very maintainable. Any pointers or suggestions are appreciated.