You can use project level
language resources to override module level
language resources
For example, change 世界,您好
to 您好,世界
, while 世界,您好
has been defined in the module test-party
src/backend/config/locale/zh-cn.js
module.exports = {
'Hello World': '您好,世界',
};
Comments: