You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: separate all locales into separate files for better tree shaking
- previous code was using dynamic imports for every locales but that approach wasn't tree shakable, this new approach is requiring the user to import themselve the locale(s) that they want and is now entirely tree shakable
0 commit comments