mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-26 13:35:16 +03:00
13 lines
208 B
JavaScript
13 lines
208 B
JavaScript
|
const {SUPPORTED_LOCALES} = require('./');
|
||
|
|
||
|
module.exports = {
|
||
|
locales: SUPPORTED_LOCALES,
|
||
|
|
||
|
keySeparator: false,
|
||
|
namespaceSeparator: false,
|
||
|
|
||
|
sort: true,
|
||
|
|
||
|
output: 'locales/$LOCALE.json'
|
||
|
};
|