You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.
php artisan gettext:create results in /vendor/symfony/finder/Finder.php:635 - The "" directory does not exist.
Core.po and core-php.po are created, but only for en_US. I would expect core.po, core-php.po, and core-js.po for both en_US and fr_CA.
Changing domain to 'domain' => 'core-php' results in the same error, and only creates core-php.po for en_US.
I do not have this problem using source-paths without the nested domain arrays.
The text was updated successfully, but these errors were encountered:
Following https://github.com/xinax/laravel-gettext#d-adding-source-directories-and-domains, I seem to be configuring this incorrectly, but I can't figure out what I'm doing wrong.
php artisan gettext:create
results in/vendor/symfony/finder/Finder.php:635 - The "" directory does not exist.
Core.po and core-php.po are created, but only for en_US. I would expect core.po, core-php.po, and core-js.po for both en_US and fr_CA.
Changing domain to
'domain' => 'core-php'
results in the same error, and only creates core-php.po for en_US.I do not have this problem using source-paths without the nested domain arrays.
The text was updated successfully, but these errors were encountered: