Skip to content

Commit cf44b6b

Browse files
committed
update readme - missing keys example
1 parent 2bfc6f5 commit cf44b6b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,14 @@ if (window._t === undefined) {
4646
}
4747

4848
console.log(_t("hello_world"));
49+
```
50+
51+
## example missing keys
52+
53+
```json
54+
{
55+
"hello_world": [
56+
"index.js(18,16)"
57+
],
58+
}
4959
```

0 commit comments

Comments
 (0)