i18n-extract
i18n-extract copied to clipboard
Manage localization with static analysis. :mag:
Results
12
i18n-extract issues
Sort by
recently updated
recently updated
newest added
Hello, Is there a recommended way to integrate this with a webpack build? Otherwise, would this be a good candidate for a plugin? Thanks!
enhancement
New feature: Scan all strings, intersect with translations provided. code: ```jsx // Provider // Consumer const { titleKey } = useContext(); return t(titleKey) ``` ```js const translations = ['a', 'b',...