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 Feb 18, 2024. It is now read-only.
Hello,
great package...
i am using it to have arabic dates.
my issue is in localizedFormat() where i need the months names in arabic.
i did vendor:publish and realized there is no months.php file in the lang\ar folder.
i created it and still couldn't retrieve the values.
after digging, i had to change one line of code in the localizedFormat() function
$replace = \Lang::get("months." . $langKey); //had to remove localized-carbon::
now my lang files are being loaded.
did i miss something ? is there any other way around without changing the source code ?
The text was updated successfully, but these errors were encountered:
Hello,
great package...
i am using it to have arabic dates.
my issue is in localizedFormat() where i need the months names in arabic.
i did vendor:publish and realized there is no months.php file in the lang\ar folder.
i created it and still couldn't retrieve the values.
after digging, i had to change one line of code in the localizedFormat() function
now my lang files are being loaded.
did i miss something ? is there any other way around without changing the source code ?
The text was updated successfully, but these errors were encountered: