✌️
This commit is contained in:
parent
11842366bc
commit
74f3a6aadb
9 changed files with 11 additions and 13 deletions
|
|
@ -3,6 +3,7 @@ import * as glob from 'glob';
|
|||
import * as yaml from 'js-yaml';
|
||||
import langs from '../../../locales';
|
||||
import config from '../../conf';
|
||||
const constants = require('../../const.json');
|
||||
|
||||
export default function(): { [key: string]: any } {
|
||||
const vars = {} as { [key: string]: any };
|
||||
|
|
@ -38,5 +39,7 @@ export default function(): { [key: string]: any } {
|
|||
|
||||
vars['i18n'] = langs;
|
||||
|
||||
vars['copyright'] = constants.copyright;
|
||||
|
||||
return vars;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue