-
Notifications
You must be signed in to change notification settings - Fork 352
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
[SR] Add comment about creating translation tickets #1894
base: main
Are you sure you want to change the base?
Conversation
Add a comment to the `strings.ts` file so it's easy to keep track of which strings will need to be finalized before translation tickets are made. We want to wait until all the interactive element strings for interactive graph have been written and confirmed before creating their respective translation tickets. Issue: https://khanacademy.atlassian.net/browse/LEMS-2660 Test plan: N/A
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (c29535a) and published it to npm. You Example: yarn add @khanacademy/perseus@PR1894 If you are working in Khan Academy's webapp, you can run: ./dev/tools/bump_perseus_version.sh -t PR1894 |
Size Change: +110 B (+0.01%) Total Size: 1.29 MB
ℹ️ View Unchanged
|
srPointAtCoordinates: { | ||
context: "Screenreader-accessible description of a point on a graph", | ||
message: "Point %(num)s at %(x)s comma %(y)s", | ||
}, | ||
srInteractiveElements: "Interactive elements: %(elements)s", | ||
srNoInteractiveElements: "No interactive elements", | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be better to just not put the strings here at all? I can remove the strings from this section so that they don't get auto-flagged for translations, and I can move this comment up to the PerseusStrings
section instead so we can remember to bring them down here later?
Summary:
Add a comment to the
strings.ts
file so it's easyto keep track of which strings will need to be
finalized before translation tickets are made.
We want to wait until all the interactive element
strings for interactive graph have been written
and confirmed before creating their respective
translation tickets.
Issue: https://khanacademy.atlassian.net/browse/LEMS-2660
Test plan:
N/A