alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.33k stars 153 forks source link

feat: add debug mode #239

Closed chuckWu1989 closed 10 months ago

chuckWu1989 commented 10 months ago

Add Debug Mode

Description

In some reasons, I need to output locale key to UI. This pr added a debug mode. If the option of debug mode is true, the output message would be fold with a span which has an alt key to display locale key.

Fixes #238

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Test by testing codes

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.