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
The admin tool needs to support multiple languages - Norwegian and English by default, but hopefully others can add support for other languages eventually.
Not sure on how to solve this, though. Enonic XP has i18n support, but since the admin tool is a React component, it is probably best to use a React/Redux library, like React Intl.
The goal must be to not have to change the markup substantiately, have no hard-coded texts outside of the phrases-files and to minimize the package size.
The text was updated successfully, but these errors were encountered:
The admin tool needs to support multiple languages - Norwegian and English by default, but hopefully others can add support for other languages eventually.
Not sure on how to solve this, though. Enonic XP has i18n support, but since the admin tool is a React component, it is probably best to use a React/Redux library, like React Intl.
The goal must be to not have to change the markup substantiately, have no hard-coded texts outside of the phrases-files and to minimize the package size.
The text was updated successfully, but these errors were encountered: