Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arguiot/glottologist
An easy to use translate library
https://github.com/arguiot/glottologist
framework glottologist js language library polyglot translation website
Last synced: 8 days ago
JSON representation
An easy to use translate library
- Host: GitHub
- URL: https://github.com/arguiot/glottologist
- Owner: arguiot
- License: mit
- Created: 2017-10-31T04:43:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T15:09:22.000Z (over 1 year ago)
- Last Synced: 2024-04-24T20:03:06.885Z (7 months ago)
- Topics: framework, glottologist, js, language, library, polyglot, translation, website
- Language: JavaScript
- Homepage: https://glottologist.js.org
- Size: 17.5 MB
- Stars: 59
- Watchers: 5
- Forks: 11
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glottologist
A JavaScript language translation framework.[![GitHub release](https://img.shields.io/github/release/arguiot/Glottologist.svg)](https://github.com/arguiot/Glottologist/releases)
[![Build Status](https://travis-ci.org/arguiot/Glottologist.svg?branch=master)](https://travis-ci.org/arguiot/Glottologist)
[![Github All Releases](https://img.shields.io/github/downloads/arguiot/Glottologist/total.svg)](https://github.com/arguiot/Glottologist/)
[![npm](https://img.shields.io/npm/dt/glottologist.svg)](https://www.npmjs.com/package/glottologist)
[![License](https://img.shields.io/github/license/arguiot/Glottologist.svg)](LICENSE)## Install
- Browsers:
```html
const glot = new Glottologist();
/* Your code */
```
- NodeJS:```bash
npm i glottologist --save
```
```js
const glot = require("glottologist");
```## The full docs can be found [here](https://github.com/arguiot/Glottologist/wiki)
## Support
Glottologist is a project that required a lot of work and effort. You can show your appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way by giving some XMRs (if you have no idea of what this is, look for Monero on Google) at this address:
```bash
49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr
```## Contributing
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
#### Made something using the Glottologist?
Add the built with Glottologist badge to your `README.md`
[![Built with Glottologist](https://img.shields.io/badge/Built%20with-Glottologist-blue.svg)](https://img.shields.io/badge/Built%20with-Glottologist-blue.svg)
Feel free to send me an email at [[email protected]](mailto:[email protected]), and I might add your site to an examples section I'm currently working on.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arguiot/Glottologist/tags).
## Authors
- **Arthur Guiot** - *Initial work* - [@arguiot](https://github.com/arguiot)
Also look at the list of [contributors](https://github.com/arguiot/Glottologist/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Copyright © 2017 Arthur Guiot All Rights Reserved.