1
0
mirror of synced 2026-01-08 12:01:53 -05:00

[Localization] Translation Batch 1635441053 (#22474)

* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* Update script to skip checked in list of files to reset for broken translations

* Temporarily enable all langauges to check CI status

* Need better performance for more languages

* Revert "Update script to skip checked in list of files to reset for broken translations"

This reverts commit f88f01a0f790fcd9fba5fc79937edd923263b6c5.

* Revert changes used to test CI passes when all languages are enabled

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
Chris
2021-10-29 01:08:02 +03:00
committed by GitHub
parent 567652b0e3
commit 5839299a49
12416 changed files with 100369 additions and 34049 deletions

View File

@@ -3,6 +3,7 @@ title: The github.dev web-based editor
intro: 'Use the github.dev {% data variables.product.prodname_serverless %} from your repository or pull request to create and commit changes.'
versions:
fpt: '*'
ghec: '*'
type: how_to
miniTocMaxHeadingLevel: 3
topics:
@@ -67,7 +68,7 @@ Because the web-based editor uses the GitHub Repositories extension to power its
### Create a new branch
{% data reusables.codespaces.create-or-switch-branch %}
Any uncommited changes you have made in your old branch will be available on your new branch.
Any uncommitted changes you have made in your old branch will be available on your new branch.
### Commit your changes