Install package (#484)

This commit is contained in:
Chris 2025-11-04 17:48:46 +02:00 committed by GitHub
parent 8bc951b0ff
commit 3e58377ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 922 deletions

10
linguaisync.config.js Normal file
View file

@ -0,0 +1,10 @@
const path = require('path');
module.exports = {
localesDir: path.join(__dirname, 'public/locales'),
baseLanguage: 'en',
translationFiles: ['translation.json', 'quotes.json'],
batchSize: 20,
model: 'gpt-4o-mini',
temperature: 0.3,
};