dbot/modules/units/strings.json
thoso b43be1f900 Adding a unit converter
Due to issue #596 I coded a basic unit converter to convert time,
distance, mass, volume and digital values. It depends on node-units.

Also, fixed a typo.
2014-02-19 22:19:36 +01:00

9 lines
156 B
JSON

{
"result": {
"en": "{input}: {output}"
},
"error": {
"en": "Something went wrong :( Example:'~convert 5 minutes to s'"
}
}