-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
docs: 29 extra topics translation #3174
Closed
unnunhexium
wants to merge
215
commits into
vuejs:main
from
vuejs-translations:29-extra-topics-translation
Closed
docs: 29 extra topics translation #3174
unnunhexium
wants to merge
215
commits into
vuejs:main
from
vuejs-translations:29-extra-topics-translation
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
feat/feat/add-upstream-sync-workflow
Change config and utilize secrets to try and fix failing Ryu Cho workflow
docs(themes): added themeselection vendor
This reverts commit 0d064f2.
close #2886
This reverts commit 0910c20.
This reverts commit 294c48d.
Fix typo: "subject the" to "subject to"
Removing `prevVnode` params from hooks where they aren't available.
Bumps [vue](https://github.com/vuejs/core) from 3.4.27 to 3.4.29. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.27...v3.4.29) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added close input tags symbol "/". A few of your inputs haven't it.
* docs: warn about customRef pitfalls * docs: review the scenario and issue explanation * docs: review customRefs warning
* Update v-model.md > When it is mutated by the child, it causes the parent bound value to be updated as well. Maybe adding a click event to invoke the update would help clarify the example? * Update src/guide/components/v-model.md Co-authored-by: Natalia Tepluhina <[email protected]> --------- Co-authored-by: Natalia Tepluhina <[email protected]>
Describe guidelines and conventions on how to work on polish translations
docs: update template refs render function * docs: update template refs render function * chore: remove sample * Update src/guide/extras/render-function.md resolved conversation Co-authored-by: Natalia Tepluhina <[email protected]> --------- Co-authored-by: Natalia Tepluhina <[email protected]> (#117)
fix: update validator desc * fix: update validator desc * Update src/api/options-state.md --------- Co-authored-by: Natalia Tepluhina <[email protected]> (#120)
Update RendererOptions according to the latest source code Update custom-renderer.md according to the latest source code https://github.com/vuejs/core/blob/22dcbf3e20eb84f69c8952f6f70d9990136a4a68/packages/runtime-core/src/renderer.ts#L107 (#123)
Error Capturing Caveats * Update options-lifecycle.md Error capturing caveats. See [issue](vuejs/core#12575 (comment)). * Update src/api/options-lifecycle.md --------- Co-authored-by: Natalia Tepluhina <[email protected]> (#125)
Update component-basics.md - wrong highlight about `slot` Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about `slot`. (#127)
Add German language links to the translations page * Add German language links to the translations page Co-authored-by: Jinjiang <[email protected]> * Edit source link Co-authored-by: Jinjiang <[email protected]> (#134)
docs-#30: translate reusability
feat/about>faq - FAQ translation
feat/docs>examples - Examples section translation
…nents feat/docs>built-ins - Built in components translations
Update composition-api-lifecycle.md
improvement composition-api-lifecycle type Update composition-api-lifecycle.md (#139)
[API] pages translation
* [feat] Translate guide>scaling-up>tooling page
* [feat] Translate guide>scaling-up>routing page
✅ Deploy Preview for vuejs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Description of Problem
Proposed Solution
Additional Information