Skip to content

Commit

Permalink
Add bruteforcesettings as well
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Jun 27, 2018
1 parent c6a3c69 commit ea653cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions translations/translationtool/src/translationtool.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@ public function __construct($appPath, $translationsPath) {
$this->setAppName();

switch ($this->name) {
case 'updatenotification':
$this->ignoreFiles[] = 'js/merged.js';
case 'bruteforcesettings':
$this->ignoreFiles[] = 'js/bruteforcesettings.js';
break;
case 'oauth2':
$this->ignoreFiles[] = 'js/oauth2.js';
break;
case 'settings':
$this->ignoreFiles[] = 'js/settings-vue.js';
break;
case 'updatenotification':
$this->ignoreFiles[] = 'js/merged.js';
break;
}
}

Expand Down
Binary file modified translations/translationtool/translationtool.phar
Binary file not shown.

0 comments on commit ea653cb

Please sign in to comment.