id_translation.Translator.translated_names#
- Translator.translated_names(with_source=True)[source]#
Return the names that were translated by the most recent
translate()-call.- Parameters:
with_source – If
True, return a dict{name: source}instead of a list.- Returns:
Recent names translated by this
Translator, in arbitrary order.- Raises:
ValueError – If no names have been translated using this
Translator.