You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4233 adds internationalization support for FES functionality with the exception of validateParameters. Perhaps I could add that in?
Also since the entire internationalization tooling is not used in the minified version, perhaps we can import it conditionally by checking for window.IS_MINIFIED and exclude it in the browserify config for the minified build. This would also remove all of i18next and i18next-browser-languagedetector from the minified script, cutting down the final size quite a bit.
Also, this line tries to exclude translations from the minified build, but if we search for something like "Su browser impidío un medio tocar" in the minified file, we can see that the translations are still included
The text was updated successfully, but these errors were encountered:
Most appropriate sub-area of p5.js?
Feature enhancement details:
#4233 adds internationalization support for FES functionality with the exception of
validateParameters
. Perhaps I could add that in?Also since the entire internationalization tooling is not used in the minified version, perhaps we can import it conditionally by checking for
window.IS_MINIFIED
and exclude it in the browserify config for the minified build. This would also remove all ofi18next
andi18next-browser-languagedetector
from the minified script, cutting down the final size quite a bit.Also, this line tries to exclude translations from the minified build, but if we search for something like "Su browser impidío un medio tocar" in the minified file, we can see that the translations are still included
The text was updated successfully, but these errors were encountered: