Merge pull request #13265 from overleaf/ab-more-fr-translations

[web] French translations batch

GitOrigin-RevId: 28bdacada29615398c9b1d69004f5fa78b589614
This commit is contained in:
Lucie Germain
2024-07-12 15:49:31 +02:00
committed by Copybot
parent 540af67deb
commit d423bae2b3
2 changed files with 167 additions and 7 deletions
@@ -84,7 +84,7 @@ async function translateLocales() {
keysToUpload.push(key)
const formattedKeysToUpload =
JSON.stringify(Array.from(new Set(keysToUpload)), null, 2) + '\n'
await fs.writeFileSync(localeKeysToUploadPath, formattedKeysToUpload)
fs.writeFileSync(localeKeysToUploadPath, formattedKeysToUpload)
console.log(`"${key}": "${value}" added to ${locale}.json`)
}