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

Persian language localization fixes #1818

Merged
merged 3 commits into from
Jul 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Carbon/Lang/fa.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
'a_day' => 'یک روز'.'|:count '.'روز',
'd' => ':count روز',
'hour' => ':count ساعت',
'a_hour' => 'یک دقیقهیک ساعت'.'|:count '.'ساعت',
'a_hour' => 'یک ساعت'.'|:count '.'ساعت',
'h' => ':count ساعت',
'minute' => ':count دقیقه',
'a_minute' => 'یک دقیقه'.'|:count '.'دقیقه',
'min' => ':count دقیقه',
'second' => ':count ثانیه|چند ثانیه',
'second' => ':count ثانیه',
's' => ':count ثانیه',
'ago' => ':time پیش',
'from_now' => 'در :time',
'from_now' => ':time دیگر',
'after' => ':time پس از',
'before' => ':time پیش از',
'formats' => [
Expand Down