aboutsummaryrefslogtreecommitdiff
path: root/cli/studip
diff options
context:
space:
mode:
authorElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2022-01-12 11:31:01 +0000
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2022-01-12 11:31:01 +0000
commit483a260c7a17cc164db31937004b769a0693a9b0 (patch)
tree163eaf2cc8086f10312e0ae6edba7ea2afa10417 /cli/studip
parent98d7db55cd486e04be186d4b50fac9068fdb5754 (diff)
rework and fix handling of JS translations, re #5
Diffstat (limited to 'cli/studip')
-rwxr-xr-xcli/studip1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/studip b/cli/studip
index b723ad5..7654aa3 100755
--- a/cli/studip
+++ b/cli/studip
@@ -51,7 +51,6 @@ $commands = [
Commands\Plugins\I18N\I18NCompile::class,
Commands\Resources\UpdateBookingIntervals::class,
Commands\SORM\DescribeModels::class,
- Commands\Translations\VueGettextSplitTranslations::class,
Commands\Users\UserDelete::class,
Commands\Users\UserDelete::class,
];