mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-02 17:38:12 +02:00
refactor: capitalize comments (#7188)
* refactor: capitalize comments * revert...
This commit is contained in:
parent
200009008b
commit
fa1ce230ea
99 changed files with 241 additions and 350 deletions
|
@ -24,7 +24,7 @@ const pollInterval = 5000;
|
|||
const timeout = 5 * 60 * 1000;
|
||||
|
||||
const projectId = 428890;
|
||||
const token = process.env.CROWDIN_PERSONAL_TOKEN; // set on Netlify
|
||||
const token = process.env.CROWDIN_PERSONAL_TOKEN; // Set on Netlify
|
||||
|
||||
const translations = new Translations({token});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue