mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 23:40:39 +02:00
v1.3.3 (#912)
* v1.3.3 * nits changelog * run npm update & yarn update * run prettier
This commit is contained in:
parent
6004fef658
commit
2fa67bbc13
13 changed files with 4081 additions and 3051 deletions
|
@ -159,16 +159,13 @@ 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