Skip to content

Add expression for unpacking localized strings#116

Draft
jacobtylerwalls wants to merge 1 commit intomainfrom
jtw/all-strings
Draft

Add expression for unpacking localized strings#116
jacobtylerwalls wants to merge 1 commit intomainfrom
jtw/all-strings

Conversation

@jacobtylerwalls
Copy link
Copy Markdown
Member

cc/ @chiatt our discussion yesterday

@jacobtylerwalls jacobtylerwalls requested a review from chiatt August 22, 2025 17:52

def __init__(self, *expressions, **kwargs):
if not expressions[1:]:
expressions = (expressions[0], models.Value("$.*.value"))
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

"$.*.value" is doing the work here, the rest is just developer convenience. We were hacking on stuff like this in Belfast.

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.

1 participant