feat(tools): hide string action (#42547)

Create an action that allows us to hide a specific string during
the crowdin upload process.
This commit is contained in:
Nicholas Carrigan (he/him)
2021-06-17 11:24:56 -07:00
committed by GitHub
parent 7857c3932b
commit 643f34fe3a
4 changed files with 58 additions and 1 deletions

View File

@@ -233,5 +233,6 @@ module.exports = {
addTranslation,
deleteTranslation,
getLanguageTranslations,
deleteLanguageTranslations
deleteLanguageTranslations,
changeHiddenStatus
};