I am desperate to create a directory (.In) for my new application in php. 1) I created the file "trans.php", where I put all the values ββthat need to be translated
For example, here is my file:
<?php echo _e('SORTIR LA NUIT'); ?>
2) I open Poedit, in the "Paths" here, what I entered (see photo) Then I save the same location of my "php" file.

3) When I click "update", I get the following errors:
12:25:43: No files found in: /Users/aweaoftheworld/Desktop/test 12:25:43: Poedit did not find any files in scanned directories. 12:25:43: Entries in the catalog are probably incorrect. 12:25:43: Updating the catalog failed. Click on 'More>>' for details.
Can you help me?
Respectfully,
source share