We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e4c27 commit b529c88Copy full SHA for b529c88
Readme.md
@@ -42,3 +42,16 @@ $finder->in('/foo/bar');
42
//Start extractring files
43
$sourceCollection = $extractor->extract($finder);
44
```
45
+
46
+## Found an issue?
47
48
+Is it something we do not extract? Please add it as a tests. Add a new file with your example code in
49
+`tests/Resources/Github/Issue_XX.php` then edit the `AllExtracotrsTest` to make sure the translation
50
+key is found.
51
52
+```php
53
54
+// ...
55
+$this->translationExists($sc, 'trans.issue_xx');
56
57
+```
0 commit comments