@drewjbartlett/i17n
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "dist" |
@@ -156,2 +156,12 @@ # i17n | ||
##### Missing Keys | ||
If a key is accessed but is missing it will simply return the key passed. This is useful for putting placeholder text while developing. If you have `config.loggingEnabled = true` you will see console warnings about missing keys. | ||
```ts | ||
i18n.t('a.missing.key') // "a.missing.key" | ||
``` | ||
##### Extending | ||
@@ -158,0 +168,0 @@ |
18893
257