]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Extract.php
updated ES translation
[friendica.git] / src / Console / Extract.php
index 23b2c3c546865ffe36b5361f801d8f46def02289..1f84d442b5031d69f929c9d00a428eadb157f9d6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -77,7 +77,6 @@ HELP;
                $files = array_merge(
                        ['index.php'],
                        glob('mod/*'),
-                       glob('include/*'),
                        glob('addon/*/*'),
                        $this->globRecursive('src')
                );