dashboard/transloco.config.js

10 lines
164 B
JavaScript
Raw Normal View History

module.exports = {
2022-12-20 12:39:09 +00:00
langs: ['en', 'ru'],
keysManager: {
input: './',
fileFormat: 'json',
unflat: true,
sort: true,
},
};