Skip to content

Commit

Permalink
feature: support "greyWate" keys (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Jul 27, 2019
1 parent 23cac86 commit 8d84df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conversions/tanks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = (app, plugin) => {
'blackWater': 'Black water',
'freshWater': 'Water',
'wasteWater': 'Gray water',
'greyWater': 'Gray water',
'grayWater': 'Gray water',
'liveWell': 'Live well',
'lubrication': 'Oil',
'gas': 'Fuel'
Expand Down

0 comments on commit 8d84df5

Please sign in to comment.