fixing cleaning of welsh descriptions

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-26 08:59:44 +01:00
parent 6a45789edd
commit 957d006cb8
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -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):