gatsby-plugin-react-i18next

Easily translate your Gatsby website into multiple languages

MIT License

Downloads
46.7K
Stars
121
Committers
32

Bot releases are hidden (Show)

gatsby-plugin-react-i18next - Release 3.0.1 Latest Release

Published by jimmyn almost 2 years ago

  • upgrade note in action (4e0d737)
gatsby-plugin-react-i18next - Release 3.0.0

Published by jimmyn almost 2 years ago

  • add support for Gatsby 5.x (8d81e61)
  • Fix typos in README (3a82f18)
gatsby-plugin-react-i18next - Release 2.0.5

Published by jimmyn almost 2 years ago

  • Merge pull request #158 from psykzz/chore/browser-lang (8b3c3f1)
  • feat: upgrade browser-lang (91aecaf)
  • Merge pull request #149 from adrai/patch-1 (764d010)
  • fix name for blog post (20c0f7f)
  • Update README.md (289c743)
  • update example (6f36796)
gatsby-plugin-react-i18next - Release 2.0.4

Published by jimmyn about 2 years ago

  • update example (722cd94)
  • fix context (cf759c2)
gatsby-plugin-react-i18next - Release 2.0.3

Published by jimmyn about 2 years ago

  • fix types (f3774ed)
  • cleanup (d3368bd)
  • update dependencies (d2e8de6)
  • Merge pull request #123 from gbrvalerio/master (0c6ed6e)
  • Merge pull request #78 from matveycodes/patch-1 (b5f3cda)
  • Merge pull request #77 from Himadu2000/links (33092d3)
  • Merge pull request #76 from Himadu2000/missing (4253ba1)
  • Merge pull request #75 from nboliver/master (32c097d)
  • Merge pull request #71 from krotovic/master (77256bd)
  • Merge pull request #73 from user-09876/patch-1 (dc53f6e)
  • now accepts data objects and fallbacks ns (6fe8a07)
  • fix: remove extra curly brace in error message (7b7c544)
  • Update README.md (e4964a7)
  • Update README.md (eed16d1)
  • Update README to include 404 instructions (0ef9cf4)
  • Add semantic key fallback documentation (6bb0d3a)
  • fix: add language prefix for dynamic routes (bcda588)
gatsby-plugin-react-i18next - Release 2.0.2

Published by jimmyn about 2 years ago

  • Merge pull request #145 from adrai/patch-1 (83810d0)
  • allow custom react options for react-i18next (8c67a4b)
gatsby-plugin-react-i18next - 2.0.1

Published by stevensacks over 2 years ago

Version 2.x supports Gatsby 4.16 and React 18.

gatsby-plugin-react-i18next - Release 1.2.3

Published by stevensacks over 2 years ago

feat(Verbose): add verbose option #92

gatsby-plugin-react-i18next - Release 1.2.2

Published by jimmyn almost 3 years ago

Changelog:

  • fix(wrapPageElement): suppress warning about __replace (aad6d48)
  • Merge pull request #105 from leethree/patch-1 (b089d09)
  • Use Gatsby window.__replace (cb6e7f5)
  • update main.yml (5fc71f9)
  • update publish script (01ff1f4)
gatsby-plugin-react-i18next - Release 1.2.1

Published by jimmyn almost 3 years ago

  • update publish script (0946992)
  • update publish script (b249684)
gatsby-plugin-react-i18next - Release 1.2.0

Published by jimmyn almost 3 years ago

  • do not publish to npm (e52cee9)
  • lint (4dcb320)
  • lint (f7877aa)
  • lint (4f32925)
  • Merge remote-tracking branch 'origin/master' (a4f7217)
  • publish from github action (f6cab67)
  • Merge branch 'master' of github.com:microapps/gatsby-plugin-react-i18next (d4802bd)
  • update libs and remove unused import (1260275)
  • Create main.yml (474221d)
  • Merge pull request #101 from andrewkww/fix-rerender (ec71fc0)
  • Merge pull request #99 from sklawren/master (41ef60a)
  • Merge pull request #93 from admir4l/fix/link-ref (604178e)
  • Merge pull request #104 from stevensacks/master (b872925)
  • update dependencies (b6f8510)
  • wrapPageElement: Prevent rerendering every time useTranslation() is used (5575c95)
  • fix(onCreateNode): ts-ignore FileSystemNode type error (e1e73ef)
  • feat(plugin): allow fallbackLanguage to be different than defaultLanguage (fd2f451)
  • fix/Link forwardRef (b5df8fc)
  • Update README.md (c6dabc1)
gatsby-plugin-react-i18next - Release 1.1.1

Published by jimmyn over 3 years ago

  • Merge pull request #51 from Shinyaigeek/fix/redirect-url-with-path-prefix (245008d)
  • use new gatsby StaticImage component in example (2a62d5b)
  • update version in example (cc07c23)
  • Update: remove path prefix from location.pathname (d32104f)
gatsby-plugin-react-i18next - Release 1.1.0

Published by jimmyn over 3 years ago

  • Merge pull request #59 from yurist38/migrate-to-gatsby-3 (b2dc6d9)
  • migrate example to gatsby 3 (c84d6d6)
  • Migration to Gatsby v3 (300fa4c)
  • Update README.md (7fe33b8)
  • update readme to point to monei.com (c7d1960)
gatsby-plugin-react-i18next - Release 1.0.4

Published by jimmyn over 3 years ago

  • remove gatsby-cli/lib/reporter dependency (cb25e82)
gatsby-plugin-react-i18next - Release 1.0.3

Published by jimmyn over 3 years ago

  • loosen react peer dependency (982939b)
gatsby-plugin-react-i18next - Release 1.0.2

Published by jimmyn over 3 years ago

  • fix generateDefaultLanguagePage (86e6b37)
  • Merge pull request #44 from jngbng/pr_gen_default_lang_page (eb15b50)
  • update version (b671bda)
  • update version (3b7078a)
  • Merge branch 'master' into pr_gen_default_lang_page (d1fddaa)
  • option to generate default language page (9147e61)
gatsby-plugin-react-i18next - Release 1.0.1

Published by jimmyn over 3 years ago

  • do not show error in prod (329f18f)
  • update example (564c9e8)
gatsby-plugin-react-i18next - Release 1.0.0

Published by jimmyn over 3 years ago

💥 Breaking change

As of v1.0.0, language JSON resources should be loaded by gatsby-source-filesystem plugin and then fetched by GraphQL query. It enables incremental build and hot-reload as language JSON files change.

Users who have loaded language JSON files using path option will be affected. Please check the configuration example.

  • update readme warning (e369f3d)
  • add missing files (217eec8)
    • update example - automatically configure fallback namespaces (1c27e01)
  • Merge pull request #43 from jngbng/pr_incremental_build_fix (3785097)
  • REAME.md: mention how to fetch specific namespaces only (c40fcb1)
  • change variable name for consistency. (f2bf4ce)
  • Show error message for deprecated option (ea87e69)
  • hot-reload/incremental build JSON language files (75cb55c)
  • Merge pull request #39 from jeffpascal/patch-1 (3ff0d29)
  • Add clarification on siteUrl setting (5ca60d2)
  • Merge pull request #35 from native-finance/master (2809f61)
  • Updated regex so matches hyphenated files and folders (a95deca)
gatsby-plugin-react-i18next - Release 0.0.27

Published by jimmyn about 4 years ago

  • Merge pull request #22 from zcmgyu/master (6c6e76f)
  • Support in case URL contains an anchor hashtag (2948b36)
gatsby-plugin-react-i18next - Release 0.0.26

Published by jimmyn about 4 years ago

  • Merge pull request #21 from Dataninja/feature/validate-language-from-path (e294053)
  • Merge pull request #20 from plahteenlahti/patch-2 (32b2c2a)
  • Update README.md (6576254)
  • Validate language from path Use defaultLanguage also if language extracted from path is not in pluginOptions.languages (cb0234b)