next-translate

Next.js plugin + i18n API for Next.js 🌍 - Load page translations and use them in an easy way!

MIT License

Downloads
311.8K
Stars
2.5K
Committers
70

Bot releases are visible (Hide)

next-translate - 1.5.0-canary.2

Published by aralroca over 2 years ago

What's Changed

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.5.0-canary.1...1.5.0-canary.2

next-translate - 1.5.0-canary.1

Published by aralroca over 2 years ago

What's Changed

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.4.1-canary.1...1.5.0-canary.1

next-translate - 1.4.1-canary.1

Published by aralroca over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.4.0...1.4.1-canary.1

next-translate - 1.4.0

Published by aralroca over 2 years ago

We reintroduce this feature by @ajmnz and @gurkerl83 , that it was once added by #574, but got removed because of #604.

Also added loggerEnvironment in configuration in https://github.com/vinissimus/next-translate/pull/683 by @edwinveldhuizen

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.5...1.4.0

next-translate - 1.3.6-canary.4

Published by aralroca over 2 years ago

What's Changed

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.6-canary.3...1.3.6-canary.4

next-translate - 1.3.6-canary.3

Published by aralroca over 2 years ago

next-translate - 1.3.6-canary.2

Published by aralroca over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.6-canary.1...1.3.6-canary.2

next-translate - 1.3.6-canary.1

Published by aralroca over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.4...1.3.6-canary.1

next-translate - 1.3.5

Published by aralroca over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.4...1.3.5

next-translate - 1.3.4

Published by aralroca over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.3...1.3.4

next-translate - 1.3.3

Published by aralroca over 2 years ago

1.3.2 instead of solve the problem add another one. So in 1.3.3 I revert the commit from 1.3.2 and reopen the issue to solve it with a different approach.

Issue from 1.3.2: https://github.com/vinissimus/next-translate/issues/769

Changes

  • Revert "Fix conflicts with comments on webpack loader (#768)" bbaa3bfa3ba8c2fcd3b61f6a54fb6ffa0843d3fc

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.2...1.3.3

next-translate - 1.3.2

Published by aralroca over 2 years ago

1.3.1 is broken and replaced to 1.3.2:

What's Changed

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.3.0...1.3.2

next-translate - 1.3.0

Published by aralroca over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.2.0...1.3.0

next-translate - 1.3.0-canary.7

Published by aralroca almost 3 years ago

  • Fix plural with ignorelang #748 by @aralroca
next-translate - 1.3.0-canary.6

Published by aralroca almost 3 years ago

  • Add localesToIgnore config to allow default locales with _middleware #746 by @aralroca
next-translate - 1.3.0-canary.5

Published by aralroca almost 3 years ago

  • Add scroll property to setLanguage #744 by @aralroca
next-translate - 1.3.0-canary.4

Published by aralroca almost 3 years ago

Add support for nsSeparator and defaultNS #739 by @testerez

next-translate - 1.3.0-canary.3

Published by aralroca almost 3 years ago

What's Changed

New Contributors

next-translate - 1.3.0-canary.2

Published by aralroca almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinissimus/next-translate/compare/1.2.0...1.3.0-canary.2

next-translate - 1.2.0

Published by aralroca almost 3 years ago

PATCHES

  • Add _middleware as page to ignore #723 by @aralroca
  • Add Router.query in setLanguage #707 by @ilchoTaleski
  • Fix TranslationQuery type #713 by @aralroca

FEATURES

  • Add formatter #712 by @j-schumann