mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
|
module.exports = {
|
||
|
langs: ['ru'],
|
||
|
keysManager: {
|
||
|
input: './',
|
||
|
fileFormat: 'json',
|
||
|
unflat: true,
|
||
|
sort: true,
|
||
|
},
|
||
|
};
|