0.0.5 • Published 6 years ago

universal-locale v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago