瀏覽代碼

Pongo bien el código de lenguaje

Celestino Rey 8 月之前
父節點
當前提交
38f3a64286
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/reymota/settings.py

+ 3 - 1
src/reymota/settings.py

@@ -128,7 +128,7 @@ AUTH_PASSWORD_VALIDATORS = [
 # Internationalization
 # https://docs.djangoproject.com/en/5.1/topics/i18n/
 
-LANGUAGE_CODE = 'es-es'
+LANGUAGE_CODE = 'es'
 
 TIME_ZONE = 'Europe/Madrid'
 
@@ -140,6 +140,8 @@ I18N = True
 L10N = True
 DECIMAL_SEPARATOR = ','
 THOUSAND_SEPARATOR = '.'
+USE_THOUSAND_SEPARATOR = True
+
 
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/5.1/howto/static-files/