mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Rename task
This commit is contained in:
parent
9d3c40122a
commit
f58c9e2192
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const SLACK_CHANNEL = '#' + nconf.get('TRANSIFEX_SLACK:channel');
|
|||
const SLACK_USERNAME = 'Transifex';
|
||||
const SLACK_EMOJI = ':transifex:';
|
||||
|
||||
gulp.task('transifex:untranslatedStrings', () => {
|
||||
gulp.task('transifex:missingStrings', () => {
|
||||
|
||||
let missingStrings = [];
|
||||
let languages = getArrayOfLanguages();
|
||||
|
|
|
|||
Loading…
Reference in a new issue