Commit graph

4 commits

Author SHA1 Message Date
Vitor Mattos
57c67e110d
fix: ignore vendor bin at transifex sync
```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>
2025-06-23 13:46:16 -03:00
Vitor Mattos
f9ea8e1ce9
feat: add spdx
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-10-26 16:41:27 -03:00
Vitor Mattos
b2fe1da30b Ignored folders by transifex 2021-03-18 19:42:34 -03:00
Vinincios Gomes
ff3b1cd384 Config to translate all text. 2021-02-08 18:04:51 -03:00