I am preparing to translate arc42 into Chinese, and during this process, I have some questions:
-
I see that the language codes used previously (such as in gradle.properties) are EN, DE, etc. When adding Simplified Chinese, should I use ZH or zh_CN (If a traditional Chinese version is available in the future, they can use zh_HK / zh_TW )?
-
When converting adoc format documents to PDF format using asciidoctor, Font files that support Chinese must be provided (otherwise, the PDF file will display garbled text after rendering). Can I use Noto Sans Simplified Chinese as the default Chinese font?
I am preparing to translate arc42 into Chinese, and during this process, I have some questions:
I see that the language codes used previously (such as in gradle.properties) are
EN,DE, etc. When adding Simplified Chinese, should I useZHorzh_CN(If a traditional Chinese version is available in the future, they can usezh_HK/zh_TW)?When converting adoc format documents to PDF format using asciidoctor, Font files that support Chinese must be provided (otherwise, the PDF file will display garbled text after rendering). Can I use Noto Sans Simplified Chinese as the default Chinese font?