mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
```php echo count(array_filter($translatableFiles, fn($v) => strpos($v, "vendor-bin"))); ``` Output: 9320 After this change was found any entry with vendor-bin ```php count(array_filter($translatableFiles, fn($v) => strpos($v, "vendor-bin"))); ``` Output: 0 This could affect the translatable strings that is send do Transifex. Signed-off-by: Vitor Mattos <vitor@php.rio>
12 lines
188 B
Text
12 lines
188 B
Text
# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
build/
|
|
cfssl/
|
|
docs/
|
|
dsv/
|
|
img/
|
|
js/
|
|
node_modules/
|
|
tests/
|
|
vendor/
|
|
vendor-bin/
|