0.0.5 • Published 7 years ago

universal-locale v0.0.5

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

universal locale

get locale(language tag) from browser or system(nodejs)

Build Status Coverage Status

installation

via npm

npm install universal-locale --save

via yarn

yarn add universal-locale

getting started

import getLocale from 'universal-locale';

console.log(getLocale()); // output language tag e.g. 'en-US'

reference

license

MIT

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago