🌐 Normaliza textos y localización a *snake_case*

This commit is contained in:
Manuel Cillero 2025-11-30 11:42:03 +01:00
parent 1fa1ddf528
commit af26e6aef9
15 changed files with 51 additions and 51 deletions

View file

@ -10,7 +10,7 @@ use crate::{builder_fn, AutoDefault};
/// ```rust
/// # use pagetop::prelude::*;
/// // Traducción por clave en las locales por defecto de PageTop.
/// let hello = AttrL10n::new(L10n::l("test-hello-world"));
/// let hello = AttrL10n::new(L10n::l("test_hello_world"));
///
/// // Español disponible.
/// assert_eq!(