Skip to content

Commit 8ba5de6

Browse files
authored
i18n do not make mo files anymore for now. (#2343)
* i18n do not make mo files anymore for now. * after a composer update to verify syntax
1 parent e746977 commit 8ba5de6

3 files changed

Lines changed: 1 addition & 109 deletions

File tree

bin/translations

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<?php
33

44
use SimpleSAML\Command\UnusedTranslatableStringsCommand;
5-
use SimpleSAML\Command\UpdateBinaryTranslationsCommand;
65
use SimpleSAML\Command\UpdateTranslatableStringsCommand;
76
use Symfony\Component\Console\Application;
87

@@ -17,6 +16,5 @@ if (str_ends_with(__DIR__, '/vendor/simplesamlphp/simplesamlphp/bin')) {
1716

1817
$application = new Application();
1918
$application->add(new UnusedTranslatableStringsCommand());
20-
$application->add(new UpdateBinaryTranslationsCommand());
2119
$application->add(new UpdateTranslatableStringsCommand());
2220
$application->run();

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@
137137
},
138138
"scripts": {
139139
"translations:unused": "php bin/translations translations:unused",
140-
"translations:update:binary": "php bin/translations translations:update:binary",
141-
"translations:update:translatable": "php bin/translations translations:update:translatable",
142-
"post-install-cmd": [
143-
"php bin/translations translations:update:binary"
144-
],
145-
"post-update-cmd": [
146-
"php bin/translations translations:update:binary"
147-
]
140+
"translations:update:translatable": "php bin/translations translations:update:translatable"
148141
}
149142
}

src/SimpleSAML/Command/UpdateBinaryTranslationsCommand.php

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)