Update crowdin.yml#7353
Merged
ovflowd merged 1 commit intonodejs:feat/snippet-generatorfrom Dec 23, 2024
Merged
Conversation
Signed-off-by: Andriy Poznakhovskyy <andriy@crowdin.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Member
|
Cc @ovflowd |
ovflowd
approved these changes
Dec 23, 2024
Member
|
Thank you!! |
ovflowd
pushed a commit
that referenced
this pull request
Dec 24, 2024
ovflowd
added a commit
that referenced
this pull request
Dec 24, 2024
* feat: download snippet generation * feat: changed approach * chore: simplify and reduce bundle size * chore: reduce bundle * chore: minor code fixes * chore: more code review * feat: introduced skeleton and animation * chore: synchronous shiki * chore: prevent internal errors * chore: attempt to handle null situations * fix: attempt to fix vercel env * fix: erroneous env usage for fetch * chore: fix select styles * chore: updated allowlist for env vars * feat: streamline detectos (only run query once) * fix: avatar rendering and avatar group margins * fix: pass ref * chore: optimized release provider memo * chore: next-image mock * Update crowdin.yml (#7353) * chore: improved loading state * Apply suggestions from code review Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Claudio W <cwunder@gnome.org> * chore: correct fixes * fix: unit tests * chore: final code review * fix: server component test * fix: rsc still risky for storybook --------- Signed-off-by: Claudio W <cwunder@gnome.org> Co-authored-by: Andriy Poznakhovskyy <andriy@crowdin.com> Co-authored-by: Caner Akdas <canerakdas@gmail.com>
This file contains hidden or 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
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
A small change to the configuration file related to Crowdin-GitHub connector to ensure that all files are processed as plain text file. I noticed that one file (docker.bash) was detected as Play Framework file - it won't allow to make comments translatable within the file
Validation
The change was tested locally, it works well. Note that you probably need to delete
docker.bashfrom Crowdin project to re-apply new type)Related Issues
No issues
Check List
npm run formatto ensure the code follows the style guide.npm run testto check if all tests are passing.npx turbo buildto check if the website builds without errors.