Skip to content

Commit

Permalink
Update translationtool.php
Browse files Browse the repository at this point in the history
Fixed nextcloud/terms_of_service#18
Hopefully my syntax works.

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
  • Loading branch information
rakekniven committed Aug 24, 2018
1 parent 546fd85 commit f50a12b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions translations/translationtool/src/translationtool.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ public function __construct($appPath, $translationsPath) {
case 'settings':
$this->ignoreFiles[] = 'js/settings-vue.js';
break;
case 'terms_of_service':
$this->ignoreFiles[] = 'js/terms_of_service_admin.js';
$this->ignoreFiles[] = 'js/terms_of_service_user.js';
break;
case 'updatenotification':
$this->ignoreFiles[] = 'js/updatenotification.js';
break;
Expand Down

1 comment on commit f50a12b

@MorrisJobke
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rakekniven Thanks 👍 Let me build a new docker image.

Please sign in to comment.