Skip to content

photokandyStudios/yasmf-localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YASMF Localization

This package is part of YASMF (Yet Another Simple Mobile Framework). It can be used standalone.

Installing

$ npm install --save yasmf-localization

Importing / Requiring

var Localization = require("yasmf-localization");

# or

import Localization from "yasmf-localization";

Note: to use in a browser, you'll need to use Browserify or Webpack or the like.

Usage

Check the tests. More documentation forthcoming.

Changes

0.0.1

First release.

About

Simple Localization wrapper around jQuery/Globalize and CLDR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published