Skip to content

Conversation

alesgenova
Copy link
Member

No description provided.

@alesgenova alesgenova requested a review from jourdain January 11, 2024 21:48
@alesgenova alesgenova force-pushed the fix-change-translator branch from 0287063 to 8395086 Compare January 12, 2024 19:22
assert b_translator.translate_key("bar") == "b_bar"
assert b_translator.reverse_translate_key("b_foo") == "foo"
assert b_translator.reverse_translate_key("b_bar") == "bar"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you test a translator that has prefix+custom-translation?

# Execute state listeners
self._state_listeners.add_all(_keys)

pushed_state = self.translator.reverse_translate_dict(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

translated_state = ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants