I think when you write a mod like this you have to jump through files and write description string and you have to think about keys and things like that. Can we use a preprocessor to do it directly.
For example: use a special comment construct to write the description string directly where it is needed instead of key as we are using now.
// #tr demo.key
// #en_US Demo
// #zh_CN 演示
// # more language
anything code
Just like the addition in this PR
I think when you write a mod like this you have to jump through files and write description string and you have to think about keys and things like that. Can we use a preprocessor to do it directly.
For example: use a special comment construct to write the description string directly where it is needed instead of key as we are using now.
Just like the addition in this PR