-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a method to change the context of a message #121
Conversation
58c23f9
to
476d956
Compare
Using the IDS_FOO which is stored in the "comment" to look up a specific message was my idea, but looking back at the merge request now I have to wonder if that's the right way to do this. When knut is used in another context than a MFC migration, the comment might not be a unique identifier for the message.... I think we need to pass context+comment+source (the message to be translated), to better identify the message that we want to move (same "key" as what tr() uses, AFAIK). |
93bdc1d
to
c96398c
Compare
4d8d488
to
2c68a78
Compare
34c0d3b
to
91d1359
Compare
c61875a
to
b54b72a
Compare
for more information, see https://pre-commit.ci
No description provided.