forked from nuxt-modules/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
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
test #1
Draft
DarthGigi
wants to merge
24
commits into
working-solution
Choose a base branch
from
working-solution-merge
base: working-solution
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
test #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: locale prefixes are not added to route aliases * refactor: simplify `analyzeNuxtPages` * test: add tests for prefixed alias * refactor: revert unrelated refactor * fix: add warning if `scanPageMeta` is disabled
With the original method, it was not possible to set the page title from definePageMeta as the default title.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: bump deps * downgrade ufo
* chore: update eslint and prettier * fix: lint errors * fix * fix
* feat: upgrade vue-i18n v10 * fix: drop `jit` option * fix: update version selecting * docs: updates * fix: dead link
* fix: unpin and update dependencies * test: fix helper `waitForTransition` completing before transition * test: fix issue nuxt-modules#2226 tests not awaiting route change * chore: fix linting errors
* refactor: restructure extend `vue-i18n` * chore: fix lint errors * refactor: reuse logic * refactor: change variable naming * refactor: move logic back to plugin * refactor: cleanup * refactor: cleanup * refactor: cleanup and comment * refactor: formatting and import * refactor: simplify `__composerExtend` further * refactor: revert assertion and comment removals * refactor: formatting
* refactor: improve function type safety * refactor: restructure and improve types * refactor: restructure into compatibility file * refactor: add comments and reorder imports * refactor: rename method and reorder imports * refactor: improve messages function types * refactor: improve server plugin types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
testing stuff