Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NextJs] i18n updates #493

Merged
merged 7 commits into from
Nov 17, 2020
Merged

[NextJs] i18n updates #493

merged 7 commits into from
Nov 17, 2020

Commits on Nov 13, 2020

  1. Source Next.js i18n defaultLocale from package config

    Adam Brauer committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    a91a001 View commit details
    Browse the repository at this point in the history
  2. Fallback to using package config language for page props (allows samp…

    …le to run when Next.js i18n is disabled)
    Adam Brauer committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    143af1f View commit details
    Browse the repository at this point in the history
  3. Add locale variants of configured rewrites

    Adam Brauer committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    963a2ff View commit details
    Browse the repository at this point in the history
  4. Upgraded next-localization (w/ rosetta) library as dictionary solutio…

    …n of choice (atm). Simplified usage examples. Updated comments in _app.tsx.
    Adam Brauer committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    cc1c2c0 View commit details
    Browse the repository at this point in the history
  5. Remove export scripts for now (since it doesn't work with next.js v10…

    … i18n and image optimization), to be addressed in separate task
    Adam Brauer committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    67f8a16 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Remove export build logic as well

    Adam Brauer committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f1a9013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083b753 View commit details
    Browse the repository at this point in the history