Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle alternative digits #1598

Closed
kylekatarnls opened this issue Feb 21, 2019 · 0 comments
Closed

Handle alternative digits #1598

kylekatarnls opened this issue Feb 21, 2019 · 0 comments
Assignees
Labels
translation Rely to internationalization
Milestone

Comments

@kylekatarnls
Copy link
Collaborator

Locales my_MM, or_IN, az_IR, lzh_TW, shn_MM and fa_IR require alternatives numbers for date format.

echo Carbon::parse('2018-02-08')->locale('fa')->isoFormat('L');

Actual result:

08/02/2018

Expected result:

۰۸/۰۲/۲۰۱۸
@kylekatarnls kylekatarnls self-assigned this Feb 22, 2019
@kylekatarnls kylekatarnls added 2.x translation Rely to internationalization labels Feb 22, 2019
@kylekatarnls kylekatarnls added this to the 2.14 milestone Feb 22, 2019
@kylekatarnls kylekatarnls removed the 2.x label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation Rely to internationalization
Projects
None yet
Development

No branches or pull requests

1 participant