0.3.4 • Published 7 years ago

simple-get-text v0.3.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

simple-get-text

Simple gettext tool

Installation

In browser:

<script src="gettext.min.js"></script>

Using npm:

$ npm i -g npm
$ npm i --save simple-get-text

In Node.js:

var GetText = require('gettext');

TODO

  • Write documentation
  • Think about different dictionary formats
  • Think about using a tree structure instead of key-value array for dictionary