mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Move references to languages and translated strings out of siteConfig.js into new translation.js module
This commit is contained in:
parent
48916d9f39
commit
099a13a264
9 changed files with 52 additions and 112 deletions
|
@ -8,9 +8,6 @@
|
|||
*/
|
||||
|
||||
function execute() {
|
||||
const translation = require("./translation.js");
|
||||
translation();
|
||||
|
||||
const CWD = process.cwd();
|
||||
const fs = require("fs-extra");
|
||||
const readMetadata = require("./readMetadata.js");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue