Skip to content

Conversation

@marcellamaki
Copy link
Member

Fixes #4068 and the items adjusted in the google doc after string review. Deletes 'context' which was extracted as a string in one case.

@marcellamaki marcellamaki requested a review from radinamatic May 10, 2023 20:02
Copy link
Member

@radinamatic radinamatic left a comment

Choose a reason for hiding this comment

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

Yey, much better strings now!!! 👏🏽 🥇 :shipit:

@marcellamaki marcellamaki merged commit ec54f82 into learningequality:unstable May 10, 2023
@marcellamaki marcellamaki deleted the string-updates branch May 10, 2023 21:34
context:
'An error message displayed when some information required before publishing a channel is missing, for example when a resource has no license set.',
message: 'Required information is missing',
});
Copy link
Member

@bjester bjester May 10, 2023

Choose a reason for hiding this comment

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

This whole translator is actually just wrong! It should have been:

export const validationStrings = createTranslator('ValidationStrings', {
  msgId: {
    message: 'Missing required information',
    context:
    'An error message displayed when some information required before publishing a channel is missing, for example when a resource has no license set.',
  }
});

but it isn't even used anywhere, so I'm deleting it!

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.

Updates post-string-review before release

3 participants