mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
nits & better console.log
This commit is contained in:
parent
a1a26d1c2e
commit
87bd1bea05
2 changed files with 31 additions and 33 deletions
|
@ -176,13 +176,16 @@ function execute() {
|
|||
// Manually add 'Help Translate' to en.json
|
||||
translations['pages-strings'][
|
||||
'Help Translate|recruit community translators for your project'
|
||||
] = 'Help Translate';
|
||||
] =
|
||||
'Help Translate';
|
||||
translations['pages-strings'][
|
||||
'Edit this Doc|recruitment message asking to edit the doc source'
|
||||
] = 'Edit';
|
||||
] =
|
||||
'Edit';
|
||||
translations['pages-strings'][
|
||||
'Translate this Doc|recruitment message asking to translate the docs'
|
||||
] = 'Translate';
|
||||
] =
|
||||
'Translate';
|
||||
translations['pages-strings'] = Object.assign(
|
||||
translations['pages-strings'],
|
||||
customTranslations['pages-strings']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue