Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit fd0ee81

Browse files
committed
📝 docs: add note to dynamic locale section
1 parent e7b99d0 commit fd0ee81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ You need to implement locale setting that return function have `function (resolv
317317
### 2. promise
318318
As mentioned above, You need to implement locale setting that return a promise. if successful, you need to `resolve` according to locale object. if failed, you need to use `reject`.
319319

320+
> :warning: You must return a **ES6 compatible** promise.
321+
320322

321323
# API References
322324

0 commit comments

Comments
 (0)