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!
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
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:
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 |
|---|---|---|---|---|
| 2 | 82 | 11 hours ago | ||
| 1 | 53 | 16 hours ago | ||
| 0 | 45 | 1 day ago | ||
| 6 | 347 | 5 days ago | ||
| 3 | 41 | 5 days ago |