mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Rename task
This commit is contained in:
@@ -15,7 +15,7 @@ const SLACK_CHANNEL = '#' + nconf.get('TRANSIFEX_SLACK:channel');
|
|||||||
const SLACK_USERNAME = 'Transifex';
|
const SLACK_USERNAME = 'Transifex';
|
||||||
const SLACK_EMOJI = ':transifex:';
|
const SLACK_EMOJI = ':transifex:';
|
||||||
|
|
||||||
gulp.task('transifex:untranslatedStrings', () => {
|
gulp.task('transifex:missingStrings', () => {
|
||||||
|
|
||||||
let missingStrings = [];
|
let missingStrings = [];
|
||||||
let languages = getArrayOfLanguages();
|
let languages = getArrayOfLanguages();
|
||||||
|
|||||||
Reference in New Issue
Block a user