2

What are the difficulties of internationalization?

Usually, a series of texts such as abnormal messages in the project are all in Chinese. The developers did not consider the internationalization situation when developing. We need to determine which Chinese are comments, which Chinese are copywriting, and which copywriting is involved in business logic.

kiwi-java

kiwi-java refers to a solution for kiwi 's internationalized java code. This solution uses abstract syntax trees to perfectly solve the above problems.

flow chart

Architecture design

kiwi-java mainly contains four core modules: extraction, filter, transformation, and translation.


cppprimer
180 声望5 粉丝