Añade soporte para localización y traducción

- Incluye recursos Fluent básicos y pruebas asociadas.
- Nueva variable de configuración global para definir el idioma
  predeterminado.
This commit is contained in:
Manuel Cillero 2025-07-09 20:39:39 +02:00
parent efc4839613
commit 208ad83bea
13 changed files with 780 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pagetop"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
description = """\
@ -28,6 +28,9 @@ tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
tracing-actix-web = "0.7.18"
fluent-templates = "0.13.0"
unic-langid = { version = "0.9.6", features = ["macros"] }
actix-web = "4.11.0"
pagetop-macros.workspace = true