Releases: aralroca/next-translate
Releases · aralroca/next-translate
0.7.0
Changes
- [docs] Add docs about how to change the lang #47
- [docs] Change
yarn install next-translate
to yarn add next-translate
in README
- [feat] Allow to load different namespaces for a page #49
- [fix] Add missing translation in examples #46
- [fix] Fix express version #46
0.6.0
Changes
- Add TypeScript support on CLI #42
0.5.0
Changes
- Support next version 9.2.1 #40
0.4.0
Changes
- Support defaultLanguage as a function #38
0.3.0
Minor changes
- Allow nested keys in namespaces #33
Patches
- Fix fallback when is no provider #32
- Update dependences (next.js & husky) #32
- Update github action to check node 13.x #32
0.2.0
Minor changes
- Allow '*' for common namespaces declaration #28
Patches
- Update dependencies (next & @testing-library/react) #26
0.1.8
Patches
- Fix pathnames with trailing slash #25
0.1.7
Patches
- Fix Trans component when index is incorrect #24
0.1.6
Patches
- Fix appWithI18n props #23