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
Yes, there are still translation files for GeoNode and geonode-MapStore-client. However, I do not think he only way would be to make changes in the two repos. I am pretty sure, there is a way to add or override translations within the blueprint. I will have to check and add some examples how this can be done.
execing into the django docker container, switching to the thuenen_app django app directory and using: /usr/src/geonode/thuenen_app# DJANGO_SETTINGS_MODULE=geonode.settings python ../manage.py makemessages -l de --no-location --no-obsolete
do create the .po file and /usr/src/geonode/thuenen_app# DJANGO_SETTINGS_MODULE=geonode.settings python ../manage.py compilemessages -l de
to compile the .mo file.
What is the workflow for updating translations? We have to work with two separate repositories, right?
geonode-mapstore-client and the Django-based translations?
The text was updated successfully, but these errors were encountered: