-
Notifications
You must be signed in to change notification settings - Fork 123
Rewrote to es6, fixed some minor issues #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…sage we can tool it as we need(by tooling webpack and babel)
export { | ||
Ar, | ||
Az, | ||
En, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep language names in lower case for preparation for standardisation. The target is to use ISO 639-1 code for language names, in combination with country code. It would look like en_US
, en_UK
, fr
, fr_FR
.
cf. Locales and Languages Supported by Facebook and num2words
"copy-webpack-plugin": "^5.0.3", | ||
"eslint": "^6.0.1", | ||
"eslint-config-airbnb-base": "^13.2.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"mocha": "^3.5.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are dropping support node versions less than 8, can you please verify
- we are using latest versions for devDependencies
- remove unused dependencies from package.json (may be mocha ?)
Hi @boykovdmitriy , |
Hello. I needed to use this library and I rewrote it for my needs. Hope you'll like it)