/modern-locale

A locale package for Ext JS modern toolkit

Primary LanguageJavaScript

modern-locale

The missing locale package for Ext JS modern toolkit

Getting started

  • Put the modern-locale package dir inside the packages/local folder

  • add it in your app.json requires config option and especify the app locale

      "requires": [
          "font-awesome",
          "modern-locale"
        ],
      "locale": "pt_BR",
    
  • Refresh your app running this command

      sencha app refresh
    

Authors and contributors

Contribute

Feel free and contribute to this project by adding more localization and improvements