I was wondering if there is any possibility of generating a relative path when I'm generating a .pot file when scanning files. Por example, not having lines like
#: /var/www/html/httpdocs/index.php:539
msgid "Hello world"
msgstr ""
and getting something more like
#: ../index.php:539
msgid "Hello world"
msgstr ""
if the pot file is being generated on /var/www/html/httpdocs/translations (just a fast example)