v11.3.0
Minor Changes
-
Any app that configures
languageswill automatically have theen-PSEUDOlanguage generated for them. (#675)
en-PSEUDOis a generated language created by pseudo-localizing existingentranslation messages in your app.
An explanation of the pseudo-localization process, as well as possible use cases for this language, can be found in the Vocab docs.en-PSEUDOcan be consumed just like any other language in your app:const App = () => <VocabProvider language="en-PSEUDO">...</VocabProvider>;
NB: Statically-rendered apps will not be able to render an
en-PSEUDOversion of their app at build time.
If this is a use case that you would find useful, please reach out in #sku-support.