├── LICENSE ├── README.md ├── bower.json ├── i18n.js └── package.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/requirejs/i18n/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/requirejs/i18n/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/requirejs/i18n/HEAD/bower.json -------------------------------------------------------------------------------- /i18n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/requirejs/i18n/HEAD/i18n.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/requirejs/i18n/HEAD/package.json --------------------------------------------------------------------------------