Skip to content

Persian localized version of awesome DevExtreme library

License

Notifications You must be signed in to change notification settings

alirezavafi/devextreme-fa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevExtreme (Persian Support)

This project has minimal modifications to original DevExtreme version with following features:

  • Persian Date Picker
  • Localized Persian Messages

For build:

npm install
npm run build-npm-devextreme
cd artifacts\npm\devextreme
npm pack

For use you must only set locale to 'fa-IR' or set calendar using Intl to persian:

import { locale } from "devextreme/localization";

// ...

function App() {

    // ...

    locale("fa-IR");
    // or
    locale("fa-IR-u-ca-persian-nu-latn");
    // or
    locale("en-US-u-ca-persian-nu-latn");

    // ...
}

Screenshot Screenshot




DevExtreme is a set of enterprise-ready UI component suites for Angular, React, Vue, and jQuery. It is everything you need to create responsive web apps for touch devices and traditional desktops: data grid, interactive charts, data editors, navigation and multi-purpose widgets. These controls are designed to look great and to provide powerful functionality in any browser.

Getting Started

Learn

Contributing

See our Guidelines for Contributing

About

Persian localized version of awesome DevExtreme library

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.6%
  • TypeScript 6.1%
  • SCSS 2.9%
  • HTML 0.3%
  • C# 0.1%
  • XSLT 0.0%