This commit is contained in:
endiliey 2018-09-06 01:56:19 +08:00
parent 87bd1bea05
commit b00b933ab9
2 changed files with 5 additions and 8 deletions

View file

@ -176,16 +176,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']