Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Feb 22, 2020
1 parent 95fab04 commit d2b6279
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
"type": "shell",
"command": "yarn autoclean --force",
"group": "none"
},
{
"label": "publish",
"type": "shell",
"command": [
"npm publish --access=public"
],
"problemMatcher": []
}
]
}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ It's a lib which let you to transfer human time to computer-readable time and al

### Time in Arabic number -> Human time

- *To be developed...*
- Time with units `d, h, m, s, ms` to human time in languages including: `'ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en', 'es', 'et', 'fa', 'fi', 'fo', 'fr', 'hr', 'hu', 'id', 'is', 'it', 'ja', 'ko', 'lo', 'lt', 'lv', 'ms', 'nl', 'no', 'pl', 'pt', 'ro', 'ru', 'uk', 'ur', 'sk', 'sv', 'tr', 'th', 'vi', 'zh_CN', 'zh_TW'`.

### Time unix translate

- Arabic number in different unixs *(h/min/s/ms)* -> time in Arabic number as seconds
- *To be developed...*
- Arabic number in different unixs *(h/min/s/ms)* -> time in Arabic number as *(h/min/s/ms)*

## Future of this project

Expand Down

0 comments on commit d2b6279

Please sign in to comment.