xielq 17196ebd79 init from phab 3 years ago
..
overrides 17196ebd79 init from phab 3 years ago
resources 17196ebd79 init from phab 3 years ago
sass 17196ebd79 init from phab 3 years ago
.gitignore 17196ebd79 init from phab 3 years ago
README.md 17196ebd79 init from phab 3 years ago
build.xml 17196ebd79 init from phab 3 years ago
index.js 17196ebd79 init from phab 3 years ago
package.json 17196ebd79 init from phab 3 years ago

README.md

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

  • Wemerson Januario (wemerson.januario@gmail.com) (pt_BR)
  • Zoltan Lippai (zoli@lippai.net) (hu_HU)
  • Martín Panizzo (martin17@gmail.com) (es_AR)
  • lovelyelfpop (479858761@qq.com) (zh_CN)
  • Jens Pliester (de_DE)

Contribute

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