Skip to content

wemersonjanuario/modern-locale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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