zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

7.1 folder LC_MESSAGES not created correctly #60

Open atlasan opened 2 years ago

atlasan commented 2 years ago

In my installation I had errors and problems due to unexisting file/path. gettext:create saying everything was ok and gettext:update failing with error

This is probably due to addLocale not creating the LC_MESSAGES directory

It can be checked inside generateLocales too