https://github.com/goliatone/gi18n
Simple internationalization library
https://github.com/goliatone/gi18n
Last synced: 2 months ago
JSON representation
Simple internationalization library
- Host: GitHub
- URL: https://github.com/goliatone/gi18n
- Owner: goliatone
- License: mit
- Created: 2014-04-01T21:41:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T01:51:58.000Z (over 10 years ago)
- Last Synced: 2025-02-13T19:18:23.229Z (4 months ago)
- Language: JavaScript
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Gl10n
[](http://travis-ci.org/goliatone/gl10n)
Simple localization library
## Getting Started
Download the [production version][min] or the [development version][max].[min]: https://raw.github.com/emiliano/gl10n/master/dist/gl10n.min.js
[max]: https://raw.github.com/emiliano/gl10n/master/dist/gl10n.js## Development
`sudo npm install && bower install`If you bump versions, remember to update:
- package.json
- bower.json
- component.json
- etc.## Bower
>Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.To register gl10n in the [bower](http://bower.io/) [registry](http://sindresorhus.com/bower-components/):
`bower register gl10n git://github.com/goliatone/gl10n.git`Then, make sure to tag your module:
`git tag -a v0.1.0 -m "Initial release."`
And push it:
`git push --tags`
## Travis
In order to enable Travis for this specific project, you need to do so on your Travi's [profile](https://travis-ci.org/profile). Look for the entry `goliatone/gl10n`, activate, and sync.## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Release History
_(Nothing yet)_