Skip to content

Commit

Permalink
Merge b76718e into d70d70d
Browse files Browse the repository at this point in the history
  • Loading branch information
apabari committed May 16, 2016
2 parents d70d70d + b76718e commit 6da56a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -54,6 +54,7 @@ Some simple rules, that will make it easier to maintain our codebase:
* A space before function parameters, such as: `function boom (name, callback) { }`, this makes searching for calls easier
* Name your callback functions, such as `boom('the name', function afterBoom ( result ) { }`
* Don't include author names in the header of your files, if you need to give credit to someone else do it in the commit comment.
* Use single quotes.
* Use the comma first style, for example:

```javascript
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -27,12 +27,14 @@ low values, which can be cleared by any watcher of the data.
Community maintained fork of the
[original cgm-remote-monitor][original].

[![Coverage Status](https://coveralls.io/repos/github/nightscout/cgm-remote-monitor/badge.svg?branch=dev)](https://coveralls.io/github/nightscout/cgm-remote-monitor?branch=dev)

[build-img]: https://img.shields.io/travis/nightscout/cgm-remote-monitor.svg
[build-url]: https://travis-ci.org/nightscout/cgm-remote-monitor
[dependency-img]: https://img.shields.io/david/nightscout/cgm-remote-monitor.svg
[dependency-url]: https://david-dm.org/nightscout/cgm-remote-monitor
[coverage-img]: https://img.shields.io/coveralls/nightscout/cgm-remote-monitor/master.svg
[coverage-url]: https://coveralls.io/r/nightscout/cgm-remote-monitor?branch=master
[coverage-img]: https://img.shields.io/coveralls/nightscout/cgm-remote-monitor/dev.svg
[coverage-url]: https://coveralls.io/github/nightscout/cgm-remote-monitor?branch=dev
[codacy-img]: https://www.codacy.com/project/badge/f79327216860472dad9afda07de39d3b
[codacy-url]: https://www.codacy.com/app/Nightscout/cgm-remote-monitor
[gitter-img]: https://img.shields.io/badge/Gitter-Join%20Chat%20%E2%86%92-1dce73.svg
Expand Down
1 change: 1 addition & 0 deletions lib/language.js
Expand Up @@ -18,6 +18,7 @@ function init() {
, { code: 'he', language: 'עברית' }
, { code: 'hr', language: 'Hrvatski' }
, { code: 'it', language: 'Italiano' }
, { code: 'nl', language: 'Nederlands' }
, { code: 'nb', language: 'Norsk (Bokmål)' }
, { code: 'pl', language: 'Polski' }
, { code: 'pt', language: 'Português (Brasil)' }
Expand Down

0 comments on commit 6da56a1

Please sign in to comment.