moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 199 forks source link

Chinese support #632

Closed heguangyong closed 1 week ago

heguangyong commented 5 months ago

The code submitted this time covers Chinese support for multiple sub-projects including the framework. It basically meets the initial requirements of complete Chinese culture for the system. Contains the Chinese version in the multi-language version, Chinese descriptions in some enumeration files, translations of accounting accounts, and some Chinese support in the management pages. Due to the system framework, some places face the restriction of choosing between Chinese or English. I have directly modified the original English here. For this code submission, it is necessary to evaluate whether to merge all the code, or only merge those parts that support multi-language.