Closed evantrimboli closed 2 years ago
I don't think it would be a huge lift (aside from this internal copy, I feel like most of the components are controlled), but I'd want to sit down and audit existing areas with internal/hard-coded copy before going full steam ahead on it.
We haven't really prioritized i18ning our own app, which would require a much larger lift than just tweaking the Evergreen versions.
Edit: After taking a cursory look through the repo, I'm not really seeing any hard-coded content strings like this. Feel free to open a PR if you've got the change queued up!
As an example, in the file picker control, the following strings are hard coded:
It would be good if both were extracted to props:
onDragCopy
would be a function that would take the count and return a string.The result would look something like this:
The same should apply to other strings.