Skip to content

Instantly share code, notes, and snippets.

@krinnewitz
krinnewitz / i18n_check.py
Created September 16, 2019 09:20
python-i18n pylint check
import os
import astroid
import i18n
from pylint.checkers import BaseChecker
from pylint.interfaces import IAstroidChecker
class I18nChecker(BaseChecker):
"""check for wrong translation keys"""