mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
revert archive date format for spanish
This commit is contained in:
parent
1580965011
commit
b9b3b47b3a
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ archive_date_format = ""
|
|||
# Per-language date format overrides.
|
||||
# Examples: Spanish uses "3 de febrero de 2024", German uses "3. Februar 2024"
|
||||
date_formats = [
|
||||
{ lang = "es", long = "%d de %B de %Y", short = "%-d %b %Y", archive = "%d de %b" },
|
||||
{ lang = "es", long = "%d de %B de %Y", short = "%-d %b %Y" },
|
||||
{ lang = "de", long = "%d. %B %Y", short = "%d.%m.%Y", archive = "%d. %b" },
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue