1
0
forked from me/IronOS

Rework translation format for soldering settings

This commit is contained in:
Ben V. Brown
2020-01-18 20:09:31 +11:00
parent a841608547
commit e2067971a5
30 changed files with 1739 additions and 1580 deletions

View File

@@ -95,9 +95,6 @@ def getConstants():
consants.append(('SymbolDC', 'DC'))
consants.append(('SymbolCellCount', 'S'))
consants.append(('SymbolVersionNumber', 'V2.08'))
consants.append(('SymbolManual', 'M'))
consants.append(('SymbolAuto', 'A'))
consants.append(('SymbolSleep', 'S'))
return consants