arguiot / Glottologist

An easy to use translate library

Home Page:https://glottologist.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glottologist

A JavaScript language translation framework.

GitHub release Build Status Github All Releases npm License

Install

  • Browsers:
<script src="https://unpkg.com/glottologist"></script>
<script>
  const glot = new Glottologist();

  /* Your code */

</script>
  • NodeJS:
npm i glottologist --save
const glot = require("glottologist");

The full docs can be found here

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:

49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr

Contributing

Please read 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

Feel free to send me an email at arguiot@gmail.com, and I might add your site to an examples section I'm currently working on.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Arthur Guiot - Initial work - @arguiot

Also look at the list of 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 file for details

Copyright © 2017 Arthur Guiot All Rights Reserved.

About

An easy to use translate library

https://glottologist.js.org

License:MIT License


Languages

Language:JavaScript 91.7%Language:HTML 8.3%