mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
Merge pull request #13265 from overleaf/ab-more-fr-translations
[web] French translations batch GitOrigin-RevId: 28bdacada29615398c9b1d69004f5fa78b589614
This commit is contained in:
@@ -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`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user