Adds a function to recover previously translated message
Also, v1 uses react-intl-translation-manager (here), which we can't use here because it depends on the output from the react-intl babel plugin (and I don't think it's worth the swc opt-out). Crowdin gives information about missing translations and react-intl logs a warning (and we fallback to English if the translation is missing)
If we need other functionality from react-intl-translation-manager, we might be able to write a script for it, but I think its fine for now!
Also, v1 uses
react-intl-translation-manager
(here), which we can't use here because it depends on the output from the react-intl babel plugin (and I don't think it's worth the swc opt-out). Crowdin gives information about missing translations and react-intl logs a warning (and we fallback to English if the translation is missing)If we need other functionality from
react-intl-translation-manager
, we might be able to write a script for it, but I think its fine for now!