Missing Language labels in backend after upgrading to 8.1.0
I started off with a clean version of v8.0.2
i am using modelsbuilder API and i needed to upgrade umbraco to version 8.1.0 (or higher)
After upgrading the solution by means of the upgrade page, a lot of the labels are not translating properly anymore.
Anyone has any idea what could be the cause?
See the example below when logging in for example.
To be complete, the language xml files are still in the folder /umbraco/config/Lang/…
And all the config files are still available
Look at the snippit for the en_US.xml file
This seems to be an issue with some 8.1 upgrades, where either the javascript files don't get properly updated or the old versions don't get properly cleared from cache.
Version 8.1 changes the format of the translation data, so you see this problem if your browser still has the 8.0 javascript which expects to receive data in the old format. Since it can't make sense of the new data, nothing can be translated.
Missing Language labels in backend after upgrading to 8.1.0
I started off with a clean version of v8.0.2 i am using modelsbuilder API and i needed to upgrade umbraco to version 8.1.0 (or higher)
After upgrading the solution by means of the upgrade page, a lot of the labels are not translating properly anymore. Anyone has any idea what could be the cause?
See the example below when logging in for example.
To be complete, the language xml files are still in the folder /umbraco/config/Lang/… And all the config files are still available Look at the snippit for the en_US.xml file
This seems to be an issue with some 8.1 upgrades, where either the javascript files don't get properly updated or the old versions don't get properly cleared from cache.
Version 8.1 changes the format of the translation data, so you see this problem if your browser still has the 8.0 javascript which expects to receive data in the old format. Since it can't make sense of the new data, nothing can be translated.
Try the steps here to fix it.
is working on a reply...