Skip to content

Commit

Permalink
Add string for translation (#799)
Browse files Browse the repository at this point in the history
## Summary
Just adds a single string for translation so that our international team can get a jump-start on internationalization.

Issue: LC-1447

Author: nedredmond

Reviewers: nixterrimus

Required Reviewers:

Approved By: nixterrimus

Checks: ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 16.x), ✅ Publish npm snapshot (ubuntu-latest, 16.x), ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Cypress (ubuntu-latest, 16.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 16.x), ⌛ Jest Coverage (ubuntu-latest, 16.x), ✅ Check builds for changes in size (ubuntu-latest, 16.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 16.x), ✅ gerald

Pull Request URL: #799
  • Loading branch information
nedredmond authored Nov 10, 2023
1 parent c26fbdd commit 847b056
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-zoos-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/perseus": patch
---

Add string for translation for label image changes
3 changes: 3 additions & 0 deletions packages/perseus/src/widgets/label-image/strings.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const strings = {
hideAnswersToggleLabel: "Hide answer choices",
};

0 comments on commit 847b056

Please sign in to comment.