babel-plugin-i18next-extract
babel-plugin-i18next-extract copied to clipboard
Config rework
I want to rework config for v1 to make it more predictable and consistent:
- [x] rename
tFunctionNames
tocustomTFunctionNames
(so that it's consistent withcustomTransComponents
). (done in #129) - [ ] set
customTFunctionNames
default value to an empty array and makecustomTFunctionNames
a separate extractor (just likecustomTransComponents
). - [x] set
useI18nextDefaultValue
default value tofalse
(see #123). (done in #129)