eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations

Module implementing message translations for the code style plugin messages.

Global Attributes

__all__
_messages
_messages_sample_args

Classes

None

Functions

getTranslatedMessage Module function to get a translated and formatted message for a given pyflakes message ID.


getTranslatedMessage

getTranslatedMessage(message)

Module function to get a translated and formatted message for a given pyflakes message ID.

message
the message ID (string)
Returns:
translated and formatted message (string)
Up