I've started using this sweet script Twine to help manage localizations. it makes it really easy to have specific comments about your localizations like:
[[Settings]]
[Contact]
en = Contact
comment = Settings Section Header
But I'm wonder if there is a way to use general comments in the files. I've tried a few common ones that aren't working like:
[[Settings]]
# This is a Comment
// This is a Comment
[Contact]
en = Contact
comment = Settings Section Header
Both cause the script to crash and fail.