Hi, I'm from Argentina and I'm trying to set up a squeleton, but I can't set the language correctly.
I follow the documentation steps, but I can't translate the months.
How to set the Spanish language by default?
Thank you!
General
Hi Lucas,
Try to set this property in your user/config/site.yaml after title: line.
default_lang: es
Add this in your user/config/system.yaml:
YAML
languages:
supported:
- es
default_lang: es
include_default_lang: false
pages_fallback_only: false
translations: true
translations_fallback: true
session_store_active: false
http_accept_language: false
override_locale: false
If you don't see languages applied, try to translate Template or try with this plugin: https://github.com/getgrav/grav-plugin-langswitcher
Happy hacking!
@sincorchetes:
languages: supported: - es default_lang: es include_default_lang: false pages_fallback_only: false translations: true translations_fallback: true session_store_active: false http_accept_language: false override_locale: false
Gracias por contestar.
Se tradujo todo, menos los meses.

¿Cómo puedo hacer?
Para ello debes modificar un archivo, checa
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 1 | 266 | 3 weeks ago | ||
| 0 | 195 | 3 weeks ago | ||
| 2 | 330 | 3 weeks ago | ||
| 1 | 253 | 3 weeks ago | ||
| 0 | 220 | 3 weeks ago |