mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 21:48:02 +02:00
cleanup startup logs (#291)
This commit is contained in:
parent
731251172e
commit
c60131fdb4
5 changed files with 0 additions and 17 deletions
|
@ -32,8 +32,6 @@ const translation = {languages: enabledLanguages};
|
|||
const files = glob.sync(CWD + '/i18n/**');
|
||||
const langRegex = /\/i18n\/(.*)\.json$/;
|
||||
|
||||
console.log('Loading translation files...');
|
||||
|
||||
files.forEach(file => {
|
||||
const extension = path.extname(file);
|
||||
if (extension === '.json') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue