1
0
mirror of synced 2025-12-22 11:26:57 -05:00

translation batch 1632491035 (#21717)

This commit is contained in:
Marcelo Jacobus
2021-09-30 08:53:04 -03:00
committed by GitHub
parent e031e75622
commit aed6c1654f
16702 changed files with 420299 additions and 77868 deletions

View File

@@ -56,7 +56,9 @@ async function main() {
const cmd =
'git -c diff.renameLimit=10000 diff --name-only origin/main | egrep "^translations/.*/(content/.+.md|data/release-notes/.*.yml)$"'
const changedFilesRelPaths = execSync(cmd).toString().split('\n')
const maxBuffer = 1024 * 1024 * 2 // twice the default value
const changedFilesRelPaths = execSync(cmd, { maxBuffer }).toString().split('\n')
for (const relPath of changedFilesRelPaths) {
// Skip READMEs