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
Hello. I have an issue with my locale sk set up in app.js. I had to switch it off due to some issue with CKEditor plugin which caused white screen after adding my locale.
Is there a way to fix it, as now I have to have my UI in English only (I think these en, fr, tr languages works also out-of-the-box).
importLogofrom'./extensions/erb.svg'importskLangfrom'./extensions/translations/sk.js'importenLangfrom'./extensions/translations/en.js'constconfig={auth: {logo: Logo,},menu: {logo: Logo,},/* Locales must be temporarily switched off due to bug with CKEditor */// locales: ['sk'],translations: {sk: skLang,en: enLang,},}constbootstrap=(app)=>{}exportdefault{
config,
bootstrap,}
The text was updated successfully, but these errors were encountered:
Hello. I have an issue with my locale
sk
set up inapp.js
. I had to switch it off due to some issue with CKEditor plugin which caused white screen after adding my locale.It was already mentioned here: strapi/strapi#15345 and here: VirtusLab-Open-Source/strapi-plugin-comments#206.
Is there a way to fix it, as now I have to have my UI in English only (I think these
en, fr, tr
languages works also out-of-the-box).The text was updated successfully, but these errors were encountered: