♻️ (locale): Renombra L10n a Lc
Simplifica el nombre del tipo de localización. Actualiza todas las referencias en el crate principal, extensiones, ejemplos y tests.
This commit is contained in:
parent
3198b74399
commit
be10dd28a1
65 changed files with 612 additions and 621 deletions
|
|
@ -32,7 +32,7 @@ async fn with_aria_label_overrides_the_default() {
|
|||
.with_current_page(1)
|
||||
.with_items_per_page(10)
|
||||
.with_total_items(50)
|
||||
.with_aria_label(L10n::n("Users pagination"));
|
||||
.with_aria_label(Lc::n("Users pagination"));
|
||||
|
||||
let html = pager.render(&mut Context::default()).await.into_string();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue