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-15 09:05:20 +00:00
committed by Copybot
parent 864ac883cd
commit 71a6353dfc
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`)
}