N/A now translatable

This commit is contained in:
PlayDay
2021-03-08 06:43:20 +01:00
parent b5b60dfb1e
commit ca6122d3be
31 changed files with 62 additions and 31 deletions

View File

@@ -100,7 +100,6 @@ def getConstants():
consants.append(("SymbolWatts", "W"))
consants.append(("SymbolVolts", "V"))
consants.append(("SymbolDC", "DC"))
consants.append(("SymbolNA", "N/A"))
consants.append(("SymbolCellCount", "S"))
consants.append(("SymbolVersionNumber", buildVersion))
return consants