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
Hi, for some reason language translation inside django admin and calendar headers (prev, today, next, year and month) are not working, i know that there is an spanish translation file and my settings are the following:
Hi, for some reason language translation inside django admin and calendar headers (prev, today, next, year and month) are not working, i know that there is an spanish translation file and my settings are the following:
TIME_ZONE = 'America/Argentina/Cordoba'
LANGUAGE_CODE = 'es'
SITE_ID = 1
USE_I18N = True
USE_L10N = True
USE_TZ = True
Any ideas ??? thanks a lot !!!!
The text was updated successfully, but these errors were encountered: