language: add "W" (Watt) to units

This commit is contained in:
Chris Ballance 2017-03-07 00:17:40 +00:00 committed by Sébastien Bourdeauducq
parent 6895236794
commit 804e69b144
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ _register_unit("Hz", "_kMG")
_register_unit("dB", "_")
_register_unit("V", "um_k")
_register_unit("A", "um_")
_register_unit("W", "um_")