|
app.post('/save', (req, res) => {
|
|
app.post('/save', (req, res) => {
|
|
fs.writeFile(path.join(__dirname, '..', 'locales', locale + '.json'), JSON.stringify(data, null, 4), err => {
|
|
fs.writeFile(path.join(__dirname, '..', 'locales', locale + '.json'), JSON.stringify(data, null, 4), err => {
|