learningequality / studio

Content curation tools for Kolibri
https://studio.learningequality.org/
MIT License
118 stars 166 forks source link

Adds missing string(IMSCP) for HTML5 file type #4815

Closed akolson closed 1 week ago

akolson commented 1 week ago

Summary

Description of the change(s) you made

This PR adds a missing string for the IMSCP variation of the HTML5 file type.

Manual verification steps performed

  1. Select an HTML 5 file
  2. Observe the file upload section for any missing stings

Screenshots (if applicable)

Screenshot 2024-11-12 at 23 27 34

Does this introduce any tech-debt items?


Reviewer guidance

How can a reviewer test these changes?

References

Fixes #4789

Comments


Contributor's Checklist

PR process:

Studio-specifc:

Testing:

Reviewer's Checklist

This section is for reviewers to fill out.

radinamatic commented 1 week ago

Actually, since I very much doubt IMSCP would have translations in other languages, I'm leaning towards not having this string as translatable at all - let's keep that acronym fixed in all the languages, thoughts?

akolson commented 1 week ago

It looks like that's the case with the other ConstantStrings, so makes sense to me!

bjester commented 1 week ago

@akolson Those constant strings are indeed translated. But if we're not worried about translating the new string, then it should just always show the English text

akolson commented 1 week ago

Closing this to retarget fix to hotfixes https://github.com/learningequality/studio/pull/4818