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 0.0.25

Published by jimmyn about 4 years ago

  • Fix #18, Use location.pathname instead of originalPath when redirecting (0054bc0)
  • update example (832e247)
  • fix typo (2c5ae2f)
  • fix typo (6a557b2)
  • add "Used by" description (57c835f)
  • improve docs (b2fc6ed)
gatsby-plugin-react-i18next - Release 0.0.24

Published by jimmyn about 4 years ago

  • Add pages config that allows extracting language from path instead of generating pages automatically (669bc8b)
    • upgrade dependencies - add trailing slash for canonical and alternative links in Helmet (067ab3f)
gatsby-plugin-react-i18next - Release 0.0.23

Published by jimmyn over 4 years ago

  • improve README.md (f12ab5b)
  • update demo url (f74be22)
  • improve README.md (7a1739a)
  • improve README.md (96f08e8)
  • update example (2bbcb08)
  • improve README.md (a6dd48d)
gatsby-plugin-react-i18next - Release 0.0.22

Published by jimmyn over 4 years ago

  • improve README.md (0fbf130)
  • Merge pull request #15 from cakasuma/amam/self_referencing_tag (76d41de)
  • feat: add fallback for unmatched language + fix self-referencing tag (7a70eb1)
gatsby-plugin-react-i18next - Release 0.0.21

Published by jimmyn over 4 years ago

  • do not create localized path for pages in default language (3003a62)
gatsby-plugin-react-i18next - Release 0.0.20

Published by jimmyn over 4 years ago

  • upgrade dependencies (194b574)
  • code cleanup (880cef2)
  • Merge pull request #14 from pnagy/master (94c97b9)
  • Merge remote-tracking branch 'upstream/master' (5e498ff)
  • feat: don't include default language into meta urls (600ba2e)
gatsby-plugin-react-i18next - Release 0.0.19

Published by jimmyn over 4 years ago

  • Add language to the top level of page context so it can be used as a page query variable (b32b06b)
gatsby-plugin-react-i18next - Release 0.0.18

Published by jimmyn over 4 years ago

  • do not add language namespace for default language in Link component (a08708b)
gatsby-plugin-react-i18next - Release 0.0.17

Published by jimmyn over 4 years ago

  • Merge pull request #7 (1ce0606)
  • adding current anguage to the canonical link to make it indexable (2913c5b)
gatsby-plugin-react-i18next - Release 0.0.16

Published by jimmyn over 4 years ago

  • wrap deletePage in try/catch (1c80a6b)
  • update example (18c3824)
gatsby-plugin-react-i18next - Release 0.0.15

Published by jimmyn over 4 years ago

  • fix broken changeLanguage redirects (f82a47f)
gatsby-plugin-react-i18next - Release 0.0.14

Published by jimmyn over 4 years ago

  • revert fix #5 - not that simple (e46db13)
  • update example (f2bf9e0)
gatsby-plugin-react-i18next - Release 0.0.13

Published by jimmyn over 4 years ago

  • fix #5 (15286f5)
  • move react-helmet to optional dependencies (07b329d)
  • add used by section (66b2660)
  • update example (bdd897d)
gatsby-plugin-react-i18next - Release 0.0.12

Published by jimmyn over 4 years ago

  • add index.d.ts to files (13db53f)
  • update example (d643bd1)
gatsby-plugin-react-i18next - Release 0.0.11

Published by jimmyn over 4 years ago

  • check if build is passing before release (e87347b)
  • fix dependencies (d830fb2)
gatsby-plugin-react-i18next - Release 0.0.10

Published by jimmyn over 4 years ago

  • fix Helmet.tsx - expose index.d.ts in the root (89b670d)
  • improve README.md (de470e5)
  • add Helmet component
  • add siteUrl plugin option
  • move i18next and react-i18next to peer dependencies
  • improve README.md (5098baa)
  • fix types.d.ts not being generated in dist (660074d)
gatsby-plugin-react-i18next - Release 0.0.9

Published by jimmyn over 4 years ago

  • fix types (6776578)
gatsby-plugin-react-i18next - Release 0.0.8

Published by jimmyn over 4 years ago

    • improve README.md - add path to i18nextContext (6740e9d)
  • improve README.md (b9ed045)
  • improve README.md (78005a6)
  • fix translate in example (366a7fb)
  • update README.md (25f75d4)
  • update README.md (da4c490)
gatsby-plugin-react-i18next - Release 0.0.7

Published by jimmyn over 4 years ago

  • add demo (bf29528)
  • upgrade version in example (3e57cd2)
gatsby-plugin-react-i18next - Release 0.0.6

Published by jimmyn over 4 years ago

  • fix format (9847ad7)
  • cleanup .npmignore (ea49336)
    • refactor - use babel to compile (ecbdfba)