* v1.3.3

* nits changelog

* run npm update & yarn update

* run prettier
This commit is contained in:
Endilie Yacop Sucipto 2018-08-23 11:48:44 +08:00 committed by GitHub
parent 6004fef658
commit 2fa67bbc13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 4081 additions and 3051 deletions

View file

@ -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']