beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix i18n : less warnings, supports fuzzy bit, detects incomplete and non-in-sync catalogs.
py2compat
2024-03-21, Edouard Tisserant
2f646493194c
SVGHMI: fix i18n : less warnings, supports fuzzy bit, detects incomplete and non-in-sync catalogs.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]