Hai, as suggested in the official documentation, to compile the java script assets you need to use the last two commands. did you run them for your Greek translations? Compile assets manually <https://github.com/edx/configuration/wiki/edX-Managing-the-Full-Stack#compile-assets-manually>
To compile javascript and css outside of the update script run the following commands: - sudo -H -u edxapp bash - source /edx/app/edxapp/edxapp_env - cd /edx/app/edxapp/edx-platform - paver update_assets cms --settings=aws - paver update_assets lms --settings=aws Suggest issuing the following to debug issues with r.js optimizer issues - python manage.py cms --settings=aws collectstatic --noinput - python manage.py lms --settings=aws collectstatic --noinput On Mon, Nov 19, 2018 at 7:10 PM kos giannop <[email protected]> wrote: > Why I need to edit manually > the /edx/app/edxapp/edx-platform/lms/static/js/i18n/el/djangojs.js > Since I already have the next files translated? > /edx/app/edxapp/edx-platform/conf/locale/el/LC_MESSAGES/django.po > /edx/app/edxapp/edx-platform/conf/locale/el/LC_MESSAGES/django.mo > /edx/app/edxapp/edx-platform/conf/locale/el/LC_MESSAGES/djangojs.po > /edx/app/edxapp/edx-platform/conf/locale/el/LC_MESSAGES/djangojs.mo > > How can I embed the djangojs.mo instead of having to manually translate > the /edx/app/edxapp/edx-platform/lms/static/js/i18n/el/djangojs.js ? > > -- > You received this message because you are subscribed to the Google Groups > "General Open edX discussion" group. > To view this discussion on the web visit > https://groups.google.com/d/msgid/edx-code/46ed3f14-e720-4d4e-aa33-20f443cffa8a%40googlegroups.com > <https://groups.google.com/d/msgid/edx-code/46ed3f14-e720-4d4e-aa33-20f443cffa8a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CA%2BaB0d9DS0peZNHRvHd8xhC5OQwahAWjdi6RN5YEFQD3WyxtPg%40mail.gmail.com.
