Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Updated Readme. Closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Apr 6, 2016
1 parent 1b64299 commit 6c28e6a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# elmasse-bundle

`Ext.i18n.Bundle` as a Sencha Cmd Package.
`elmasse.i18n.Bundle` as a Sencha Cmd Package.

## Note
Since **version 1.1.0** namespace has been changed from `Ext.i18n` to `elmasse.i18n` to avoid namespace issues with ExtJS reserved package names.

## Install
The `latest` stable version is available thru a Sencha Cmd repository located at [elmasse.github.io/cmd/pkgs](http://elmasse.github.io/cmd/pkgs)
Expand Down Expand Up @@ -56,7 +59,7 @@ You can see a working example under the `examples` folder.

Ext.application({
name: 'AppTest',
requires: ['Ext.i18n.Bundle'], //1
requires: ['elmasse.i18n.Bundle'], //1

//2
bundle: {
Expand Down Expand Up @@ -87,7 +90,7 @@ Now you can choose between `.properties` and `.json` files. You can specify whic

Ext.application({
name: 'AppTest',
requires: ['Ext.i18n.Bundle'],
requires: ['elmasse.i18n.Bundle'],

bundle: {
bundle: 'Application',
Expand Down Expand Up @@ -127,7 +130,7 @@ We can use the lazy definition so the bundle keys are defined into the views. Ju

Ext.application({
name: 'AppTest',
requires: ['Ext.i18n.Bundle'],
requires: ['elmasse.i18n.Bundle'],

bundle: {
bundle: 'Application',
Expand Down Expand Up @@ -155,9 +158,14 @@ We can use the lazy definition so the bundle keys are defined into the views. Ju

##Changelog

###version: 1.0.0 (master)
###version 1.1.0 (master)
- Changed namespace to `elmasse.i18n`
- Working version for ExtJS 6.x
- Examples for using ViewControllers and ViewModels to change bundles on the fly.

###version: 1.0.0
- Sencha Cmd Package
- Working version for Ext5
- Working version for ExtJS 5.x

###version: 0.3.3
- Working version for ExtJS 4.2.0
Expand Down

0 comments on commit 6c28e6a

Please sign in to comment.