mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixing cleaning of welsh descriptions
This commit is contained in:
parent
6a45789edd
commit
957d006cb8
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class MainHeatAttributes(Definitions):
|
|||
"pwmp gwres sygçön tarddu yn yr awyr, dan y llawr, trydan, pwmp gwres sygçön tarddu yn yr awyr, dan y llawr, "
|
||||
"trydan": "air source heat pump, underfloor heating, electric",
|
||||
"cynllun cymunedol": "community scheme",
|
||||
"cynllun cymunedol, heat from boilers - mains gas": "community scheme",
|
||||
"bwyler a gwres dan y llawr, nwy prif gyflenwad": "boiler and underfloor heating, mains gas",
|
||||
"bwyler a rheiddiaduron, logiau coed": 'boiler and radiators, wood logs',
|
||||
"bwyler a rheiddiaduron, tanwydd di-fwg": "boiler and radiators, smokeless fuel",
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ class MainheatControlAttributes(Definitions):
|
|||
'trvs a falf osgoi': 'trvs and bypass',
|
||||
'rheolaeth celect': 'celect-type control',
|
||||
'rheoli r tal a llaw': 'manual charge control',
|
||||
'tal un gyfradd, thermostat ystafell yn unig': 'flat rate charging, room thermostat only'
|
||||
}
|
||||
|
||||
def __init__(self, description: str):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue