This file contains hidden or 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
// moment.js language configuration | |
// language : persian (fa) | |
// author : Omid K. Rad : https://github.com/omidkrad | |
(function () { | |
// Notes: Persian culture specs are taken from: http://pastehtml.com/view/clt3qjk84.html | |
// The document is old but the data is valid. Use RTL embedding for correct formatting. | |
// Month names are transliterated French from Gregorian calendar. For dates based on Persian | |
// calendar, see this related project: http://intldate.codeplex.com | |
var lang = { | |
months: "ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اُکتبر_نوامبر_دسامبر".split("_"), |
NewerOlder