diff --git a/.changeset/selfish-spies-film.md b/.changeset/selfish-spies-film.md new file mode 100644 index 0000000000..e2057ad6e5 --- /dev/null +++ b/.changeset/selfish-spies-film.md @@ -0,0 +1,5 @@ +--- +"@khanacademy/perseus": patch +--- + +[SR] Add comment about making translation tickets diff --git a/packages/perseus/src/strings.ts b/packages/perseus/src/strings.ts index 7d94512110..d1aca94b50 100644 --- a/packages/perseus/src/strings.ts +++ b/packages/perseus/src/strings.ts @@ -323,12 +323,17 @@ export const strings: { graphKeyboardPrompt: "Press Shift + Enter to interact with the graph", closePolygon: "Close shape", openPolygon: "Re-open shape", + srInteractiveElements: "Interactive elements: %(elements)s", + srNoInteractiveElements: "No interactive elements", + + // TODO(LEMS-2660): The following strings are ones that will need + // translation tickets after all interactive graph SR strings have + // been finalized. Remove this comment after the tickets have been + // created. 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", }; /**