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

feat: Add support for custom prefixes for i18n routing #1086

Merged
merged 49 commits into from
Jun 10, 2024

Commits on May 23, 2024

  1. Add support in middleware

    amannn committed May 23, 2024
    Configuration menu
    Copy the full SHA
    06c43e2 View commit details
    Browse the repository at this point in the history
  2. Fix types

    amannn committed May 23, 2024
    Configuration menu
    Copy the full SHA
    477bdda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e6dc48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67aedf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a9a896 View commit details
    Browse the repository at this point in the history
  6. More tests, more progress

    amannn committed May 23, 2024
    Configuration menu
    Copy the full SHA
    446bfc2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a0a7b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ad80c View commit details
    Browse the repository at this point in the history
  3. Refactor middleware

    amannn committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bd4eb54 View commit details
    Browse the repository at this point in the history
  4. Fix types in middleware tests

    amannn committed May 24, 2024
    Configuration menu
    Copy the full SHA
    efb993b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Refactor navigation APIs

    amannn committed May 27, 2024
    Configuration menu
    Copy the full SHA
    068bec4 View commit details
    Browse the repository at this point in the history
  2. Seems to be working?

    amannn committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e7d84d3 View commit details
    Browse the repository at this point in the history
  3. Some cleanup

    amannn committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fa97018 View commit details
    Browse the repository at this point in the history
  4. Some cleanup

    amannn committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e4cd5fe View commit details
    Browse the repository at this point in the history
  5. Fix lint

    amannn committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d4f71f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Clean up receiving config

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cbaf908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301f1dc View commit details
    Browse the repository at this point in the history
  3. Sizes

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    137d22a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1c0a72 View commit details
    Browse the repository at this point in the history
  5. First draft of docs

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f3b10df View commit details
    Browse the repository at this point in the history
  6. Remove legacy dts file

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8d9c144 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13c2953 View commit details
    Browse the repository at this point in the history
  8. Revert breaking type

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b0bf9fb View commit details
    Browse the repository at this point in the history
  9. Fix build

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d533347 View commit details
    Browse the repository at this point in the history
  10. Some cleanup

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    acbe01c View commit details
    Browse the repository at this point in the history
  11. Fix lint

    amannn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9589a96 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    6f54bfb View commit details
    Browse the repository at this point in the history
  2. Search optimization

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8c6f104 View commit details
    Browse the repository at this point in the history
  3. e2e tests

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3dc6b74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f7d1bf View commit details
    Browse the repository at this point in the history
  5. thanks matt

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ba51d3b View commit details
    Browse the repository at this point in the history
  6. Cleanup

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3cff3ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3403406 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    41291ee View commit details
    Browse the repository at this point in the history
  9. Bump size

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    decf4e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b80b4f2 View commit details
    Browse the repository at this point in the history
  11. Simplify example

    amannn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3287cba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fun with locales

    amannn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    aa7619e View commit details
    Browse the repository at this point in the history
  2. Shorter extension

    amannn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0cea55d View commit details
    Browse the repository at this point in the history
  3. Minor docs fixes

    amannn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    87cdc93 View commit details
    Browse the repository at this point in the history
  4. Wording

    amannn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    14aa525 View commit details
    Browse the repository at this point in the history
  5. Docs for default locale

    amannn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cbb78fb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Fix typo

    amannn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c16db9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66ee32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d03d79b View commit details
    Browse the repository at this point in the history
  4. Remove comment

    amannn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    07ed46b View commit details
    Browse the repository at this point in the history
  5. Add test for #940

    amannn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5ae5be4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c32fac0 View commit details
    Browse the repository at this point in the history
  2. Fix links

    amannn committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2afe828 View commit details
    Browse the repository at this point in the history