🌐 Normaliza textos y localización a *snake_case*
This commit is contained in:
parent
1fa1ddf528
commit
af26e6aef9
15 changed files with 51 additions and 51 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue