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
This result in a path like [package-location]/src/locale but that directory does not exists.
Should the code be changed to the po directory containing the translation files?
The package uses dgettext to translate the extracted metadata and debug messages.
The Pel::dgettextWrapper() method defines a domain by passing a non existing directory.
See : https://github.com/FileEye/pel/blob/4025fb57521d412f3b38a4b1ec064e6be1e6560b/src/Pel.php#L343C60-L343C60
This result in a path like
[package-location]/src/localebut that directory does not exists.Should the code be changed to the po directory containing the translation files?