Closed ljharb closed 8 years ago
This can call .transformPhrase, or return false, or undefined, or throw - whatever you like.
.transformPhrase
false
undefined
onMissingKey overrides allowMissing, which is now deprecated.
onMissingKey
allowMissing
Fixes #34.
This can call
.transformPhrase
, or returnfalse
, orundefined
, or throw - whatever you like.onMissingKey
overridesallowMissing
, which is now deprecated.Fixes #34.