supercpq
supercpq
> I don't quite understand the use case and implementation, this would basically loop through the messages object without doing anything when `isRetainExistMessage` is true, right? 🤔 Sorry, I should...
That means I need to call mergeLocaleMessage twice, the first time passing in what I need to merge, and the second time passing in what I originally wanted, to achieve...
I resubmitted the code. When the `key` does not exist on `des`, it will be added. Please reconsider this code
Compared with the original version: Original version: When the key value is the same, the incoming message will overwrite the original message on the i18n instance New version: When the...