-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Iranian language support #39
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"months": "دسامبر|نوامبر|اکتبر|سپتامبر|اوت|ژوئیه|ژوئن|مه|آوریل|مارس|فوریه|ژانویه", | ||
"short_months": "دسامبر|نوامبر|اکتبر|سپتامبر|اوت|ژوئیه|ژوئن|مه|آوریل|مارس|فوریه|ژانویه", | ||
"weeks": "شنبه|جمعه|پنجشنبه|چهارشنبه|سه شنبه|دوشنبه|یکشنبه", | ||
"short_weeks": "شنبه|جمعه|پنجشنبه|چهارشنبه|سه شنبه|دوشنبه|یکشنبه", | ||
"seasons": "زمستان|پاییز|تابستان|بهار", | ||
"constellations": "ماهی|آبریز|بز|کمان|عقرب|ترازو|خوشه|شیر|خرچنگ|دوپیکر|گاو نر|قوچ", | ||
"year": "سال|۱ سال %d", | ||
"month": "ماه|۱ ماه %d", | ||
"week": "هفته|۱ هفته %d", | ||
"day": "روز|۱ روز %d", | ||
"hour": "ساعت|۱ ساعت %d", | ||
"minute": "دقیقه|۱ دقیقه %d", | ||
"second": "ثانیه|۱ ثانیه %d", | ||
"now": "الان", | ||
"ago": "قبل %s", | ||
"from_now": "از الان %s", | ||
"before": "قبل %s", | ||
"after": "بعد %s" | ||
} |